public interface OnBehalfOf
| Modifier and Type | Method and Description |
|---|---|
Object |
getAny()
Gets the value of the any property.
|
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(Object value)
Sets the value of the any property.
|
void |
setEndpointReference(EndpointReference endpointReference)
Set the endpoint reference of the issuer.
|
void |
setSecurityTokenReference(SecurityTokenReference ref)
Set the STR for OnBehalfOf.
|
Object getAny()
Element
Objectvoid setAny(Object value)
value - allowed object is
Element
ObjectEndpointReference getEndpointReference()
void setEndpointReference(EndpointReference endpointReference)
void setSecurityTokenReference(SecurityTokenReference ref)
SecurityTokenReference getSecurityTokenReference()
Copyright © 2005–2017 Oracle Corporation. All rights reserved.