com.sun.xml.ws.security.trust.impl.wssx.elements
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
public class OnBehalfOfImpl
- extends com.sun.xml.ws.security.trust.impl.wssx.bindings.OnBehalfOfType
- implements OnBehalfOf
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.OnBehalfOfType |
any |
Constructor Summary |
OnBehalfOfImpl(com.sun.xml.ws.security.trust.impl.wssx.bindings.OnBehalfOfType oboType)
|
OnBehalfOfImpl(com.sun.xml.ws.security.Token oboToken)
|
Methods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.OnBehalfOfType |
getAny, setAny |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OnBehalfOfImpl
public OnBehalfOfImpl(com.sun.xml.ws.security.Token oboToken)
OnBehalfOfImpl
public OnBehalfOfImpl(com.sun.xml.ws.security.trust.impl.wssx.bindings.OnBehalfOfType oboType)
getEndpointReference
public javax.xml.ws.EndpointReference getEndpointReference()
- Description copied from interface:
OnBehalfOf
- Get the endpoint reference of the issuer, null if none exists.
- Specified by:
getEndpointReference
in interface OnBehalfOf
setEndpointReference
public void setEndpointReference(javax.xml.ws.EndpointReference endpointReference)
- Description copied from interface:
OnBehalfOf
- Set the endpoint reference of the issuer.
- Specified by:
setEndpointReference
in interface OnBehalfOf
setSecurityTokenReference
public void setSecurityTokenReference(SecurityTokenReference ref)
- Description copied from interface:
OnBehalfOf
- Set the STR for OnBehalfOf.
- Specified by:
setSecurityTokenReference
in interface OnBehalfOf
getSecurityTokenReference
public SecurityTokenReference getSecurityTokenReference()
- Description copied from interface:
OnBehalfOf
- Get the STR for OnBehalfOf, null if none exists.
- Specified by:
getSecurityTokenReference
in interface OnBehalfOf