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
- Author:
- Manveen Kaur
-
Field Summary
Fields inherited from class com.sun.xml.ws.security.trust.impl.bindings.OnBehalfOfType
any -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.ws.EndpointReferenceGet the endpoint reference of the issuer, null if none exists.Get the STR for OnBehalfOf, null if none exists.voidsetEndpointReference(jakarta.xml.ws.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.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
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
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
-