com.sun.xml.ws.security.trust.elements
Interface OnBehalfOf

All Known Implementing Classes:
OnBehalfOfImpl, OnBehalfOfImpl

public interface OnBehalfOf


Method Summary
 java.lang.Object getAny()
          Gets the value of the any property.
 javax.xml.ws.EndpointReference getEndpointReference()
          Get the endpoint reference of the issuer, null if none exists.
 SecurityTokenReference getSecurityTokenReference()
          Get the STR for OnBehalfOf, null if none exists.
 void setAny(java.lang.Object value)
          Sets the value of the any property.
 void setEndpointReference(javax.xml.ws.EndpointReference endpointReference)
          Set the endpoint reference of the issuer.
 void setSecurityTokenReference(SecurityTokenReference ref)
          Set the STR for OnBehalfOf.
 

Method Detail

getAny

java.lang.Object getAny()
Gets the value of the any property.

Returns:
possible object is Element Object

setAny

void setAny(java.lang.Object value)
Sets the value of the any property.

Parameters:
value - allowed object is Element Object

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

void setSecurityTokenReference(SecurityTokenReference ref)
Set the STR for OnBehalfOf.


getSecurityTokenReference

SecurityTokenReference getSecurityTokenReference()
Get the STR for OnBehalfOf, null if none exists.