Interface OnBehalfOf
-
- All Known Implementing Classes:
OnBehalfOfImpl,OnBehalfOfImpl
public interface OnBehalfOf- Author:
- WS-Trust Implementation Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetAny()Gets the value of the any property.jakarta.xml.ws.EndpointReferencegetEndpointReference()Get the endpoint reference of the issuer, null if none exists.SecurityTokenReferencegetSecurityTokenReference()Get the STR for OnBehalfOf, null if none exists.voidsetAny(Object value)Sets the value of the any property.voidsetEndpointReference(jakarta.xml.ws.EndpointReference endpointReference)Set the endpoint reference of the issuer.voidsetSecurityTokenReference(SecurityTokenReference ref)Set the STR for OnBehalfOf.
-
-
-
Method Detail
-
getAny
Object getAny()
Gets the value of the any property.- Returns:
- possible object is
ElementObject
-
setAny
void setAny(Object value)
Sets the value of the any property.- Parameters:
value- allowed object isElementObject
-
getEndpointReference
jakarta.xml.ws.EndpointReference getEndpointReference()
Get the endpoint reference of the issuer, null if none exists.
-
setEndpointReference
void setEndpointReference(jakarta.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.
-
-