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

All Known Implementing Classes:
DelegateToImpl, DelegateToImpl

public interface DelegateTo

Indicates that the requested or issued token be delegated to another identity.


Method Summary
 java.lang.Object getAny()
          Gets the value of the any property.
 SecurityTokenReference getSecurityTokenReference()
          Get the STR contained in this DelegateTo instance
 java.lang.String getTargetType()
          Get the type of the DelegateTo information item
 com.sun.xml.ws.security.Token getToken()
          Get the Token contained in this DelegateTo instance
 void setAny(java.lang.Object value)
          Sets the value of the any property.
 void setSecurityTokenReference(SecurityTokenReference ref)
          Set the STR for the Token as the contents of DelegateTo
 void setTargetType(java.lang.String targetType)
          Set the type of the DelegateTo information item
 void setToken(com.sun.xml.ws.security.Token token)
          Set the Token as the contents of DelegateTo
 

Method Detail

getTargetType

java.lang.String getTargetType()
Get the type of the DelegateTo information item

Returns:
String

setTargetType

void setTargetType(java.lang.String targetType)
Set the type of the DelegateTo information item

Parameters:
targetType - String

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

setSecurityTokenReference

void setSecurityTokenReference(SecurityTokenReference ref)
Set the STR for the Token as the contents of DelegateTo


getSecurityTokenReference

SecurityTokenReference getSecurityTokenReference()
Get the STR contained in this DelegateTo instance


setToken

void setToken(com.sun.xml.ws.security.Token token)
Set the Token as the contents of DelegateTo


getToken

com.sun.xml.ws.security.Token getToken()
Get the Token contained in this DelegateTo instance