Interface OnBehalfOf
- All Known Implementing Classes:
OnBehalfOfImpl,OnBehalfOfImpl
public interface OnBehalfOf
- Author:
- WS-Trust Implementation Team
-
Method Summary
Modifier and TypeMethodDescriptiongetAny()Gets the value of the any property.javax.xml.ws.EndpointReferenceGet the endpoint reference of the issuer, null if none exists.Get the STR for OnBehalfOf, null if none exists.voidSets the value of the any property.voidsetEndpointReference(javax.xml.ws.EndpointReference endpointReference) Set the endpoint reference of the issuer.voidSet the STR for OnBehalfOf.
-
Method Details
-
getAny
Object getAny()Gets the value of the any property. -
setAny
Sets the value of the any property. -
getEndpointReference
javax.xml.ws.EndpointReference getEndpointReference()Get the endpoint reference of the issuer, null if none exists. -
setEndpointReference
void setEndpointReference(javax.xml.ws.EndpointReference endpointReference) Set the endpoint reference of the issuer. -
setSecurityTokenReference
Set the STR for OnBehalfOf. -
getSecurityTokenReference
SecurityTokenReference getSecurityTokenReference()Get the STR for OnBehalfOf, null if none exists.
-