Class OnBehalfOfImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.wssx.bindings.OnBehalfOfType
com.sun.xml.ws.security.trust.impl.wssx.elements.OnBehalfOfImpl
- All Implemented Interfaces:
OnBehalfOf
- Author:
- Manveen Kaur
-
Field Summary
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.OnBehalfOfType
any -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the endpoint reference of the issuer, null if none exists.Get the STR for OnBehalfOf, null if none exists.voidsetEndpointReference(EndpointReference endpointReference) Set the endpoint reference of the issuer.voidSet the STR for OnBehalfOf.Methods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.OnBehalfOfType
getAny, setAnyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.xml.ws.security.trust.elements.OnBehalfOf
getAny, setAny
-
Constructor Details
-
OnBehalfOfImpl
-
OnBehalfOfImpl
-
-
Method Details
-
getEndpointReference
Description copied from interface:OnBehalfOfGet the endpoint reference of the issuer, null if none exists.- Specified by:
getEndpointReferencein interfaceOnBehalfOf
-
setEndpointReference
Description copied from interface:OnBehalfOfSet the endpoint reference of the issuer.- Specified by:
setEndpointReferencein interfaceOnBehalfOf
-
setSecurityTokenReference
Description copied from interface:OnBehalfOfSet the STR for OnBehalfOf.- Specified by:
setSecurityTokenReferencein interfaceOnBehalfOf
-
getSecurityTokenReference
Description copied from interface:OnBehalfOfGet the STR for OnBehalfOf, null if none exists.- Specified by:
getSecurityTokenReferencein interfaceOnBehalfOf
-