Class OnBehalfOfImpl
- java.lang.Object
-
- com.sun.xml.ws.security.trust.impl.bindings.OnBehalfOfType
-
- com.sun.xml.ws.security.trust.impl.elements.OnBehalfOfImpl
-
- All Implemented Interfaces:
OnBehalfOf
public class OnBehalfOfImpl extends OnBehalfOfType implements OnBehalfOf
- Author:
- Manveen Kaur
-
-
Field Summary
-
Fields inherited from class com.sun.xml.ws.security.trust.impl.bindings.OnBehalfOfType
any
-
-
Constructor Summary
Constructors Constructor Description OnBehalfOfImpl(Token oboToken)OnBehalfOfImpl(OnBehalfOfType oboType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.xml.ws.EndpointReferencegetEndpointReference()Get the endpoint reference of the issuer, null if none exists.SecurityTokenReferencegetSecurityTokenReference()Get the STR for OnBehalfOf, null if none exists.voidsetEndpointReference(jakarta.xml.ws.EndpointReference endpointReference)Set the endpoint reference of the issuer.voidsetSecurityTokenReference(SecurityTokenReference ref)Set the STR for OnBehalfOf.-
Methods inherited from class com.sun.xml.ws.security.trust.impl.bindings.OnBehalfOfType
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.OnBehalfOf
getAny, setAny
-
-
-
-
Constructor Detail
-
OnBehalfOfImpl
public OnBehalfOfImpl(Token oboToken)
-
OnBehalfOfImpl
public OnBehalfOfImpl(OnBehalfOfType oboType)
-
-
Method Detail
-
getEndpointReference
public jakarta.xml.ws.EndpointReference getEndpointReference()
Description copied from interface:OnBehalfOfGet the endpoint reference of the issuer, null if none exists.- Specified by:
getEndpointReferencein interfaceOnBehalfOf
-
setEndpointReference
public void setEndpointReference(jakarta.xml.ws.EndpointReference endpointReference)
Description copied from interface:OnBehalfOfSet the endpoint reference of the issuer.- Specified by:
setEndpointReferencein interfaceOnBehalfOf
-
setSecurityTokenReference
public void setSecurityTokenReference(SecurityTokenReference ref)
Description copied from interface:OnBehalfOfSet the STR for OnBehalfOf.- Specified by:
setSecurityTokenReferencein interfaceOnBehalfOf
-
getSecurityTokenReference
public SecurityTokenReference getSecurityTokenReference()
Description copied from interface:OnBehalfOfGet the STR for OnBehalfOf, null if none exists.- Specified by:
getSecurityTokenReferencein interfaceOnBehalfOf
-
-