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.
-
-
Field Summary
-
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.DelegateToType
any
-
-
Constructor Summary
Constructors Constructor Description DelegateToImpl(Token token)DelegateToImpl(SecurityTokenReference str)DelegateToImpl(DelegateToType ctType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecurityTokenReferencegetSecurityTokenReference()Get the STR contained in this DelegateTo instanceStringgetTargetType()Get the type of the DelegateTo information itemTokengetToken()Get the Token contained in this DelegateTo instancevoidsetSecurityTokenReference(SecurityTokenReference ref)Set the STR for the Token as the contents of DelegateTovoidsetTargetType(String ttype)Set the type of the DelegateTo information itemvoidsetToken(Token token)Set the Token as the contents of DelegateTo-
Methods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.DelegateToType
getAny, setAny
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.sun.xml.ws.security.trust.elements.DelegateTo
getAny, setAny
-
-
-
-
Constructor Detail
-
DelegateToImpl
public DelegateToImpl(SecurityTokenReference str)
-
DelegateToImpl
public DelegateToImpl(Token token)
-
DelegateToImpl
public DelegateToImpl(DelegateToType ctType) throws Exception
- Throws:
Exception
-
-
Method Detail
-
getTargetType
public String getTargetType()
Description copied from interface:DelegateToGet the type of the DelegateTo information item- Specified by:
getTargetTypein interfaceDelegateTo- Returns:
String
-
setTargetType
public void setTargetType(String ttype)
Description copied from interface:DelegateToSet the type of the DelegateTo information item- Specified by:
setTargetTypein interfaceDelegateTo- Parameters:
ttype-String
-
setSecurityTokenReference
public void setSecurityTokenReference(SecurityTokenReference ref)
Description copied from interface:DelegateToSet the STR for the Token as the contents of DelegateTo- Specified by:
setSecurityTokenReferencein interfaceDelegateTo
-
getSecurityTokenReference
public SecurityTokenReference getSecurityTokenReference()
Description copied from interface:DelegateToGet the STR contained in this DelegateTo instance- Specified by:
getSecurityTokenReferencein interfaceDelegateTo
-
setToken
public void setToken(Token token)
Description copied from interface:DelegateToSet the Token as the contents of DelegateTo- Specified by:
setTokenin interfaceDelegateTo
-
getToken
public Token getToken()
Description copied from interface:DelegateToGet the Token contained in this DelegateTo instance- Specified by:
getTokenin interfaceDelegateTo
-
-