com.sun.xml.ws.security.trust.impl.elements
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
| Fields inherited from class com.sun.xml.ws.security.trust.impl.bindings.OnBehalfOfType |
any |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OnBehalfOfImpl
public OnBehalfOfImpl(Token oboToken)
OnBehalfOfImpl
public OnBehalfOfImpl(OnBehalfOfType oboType)
getEndpointReference
public 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(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
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.