com.sun.xml.ws.security.trust.impl.wssx.elements
Class DelegateToImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.wssx.bindings.DelegateToType
com.sun.xml.ws.security.trust.impl.wssx.elements.DelegateToImpl
- All Implemented Interfaces:
- DelegateTo
public class DelegateToImpl
- extends DelegateToType
- implements DelegateTo
- Author:
- Manveen Kaur.
| Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.DelegateToType |
any |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelegateToImpl
public DelegateToImpl(SecurityTokenReference str)
DelegateToImpl
public DelegateToImpl(Token token)
DelegateToImpl
public DelegateToImpl(DelegateToType ctType)
throws Exception
- Throws:
Exception
getTargetType
public String getTargetType()
- Specified by:
getTargetType in interface DelegateTo
setTargetType
public void setTargetType(String ttype)
- Specified by:
setTargetType in interface DelegateTo
setSecurityTokenReference
public void setSecurityTokenReference(SecurityTokenReference ref)
- Specified by:
setSecurityTokenReference in interface DelegateTo
getSecurityTokenReference
public SecurityTokenReference getSecurityTokenReference()
- Specified by:
getSecurityTokenReference in interface DelegateTo
setToken
public void setToken(Token token)
- Specified by:
setToken in interface DelegateTo
getToken
public Token getToken()
- Specified by:
getToken in interface DelegateTo
Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.