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

All Known Implementing Classes:
RequestedSecurityTokenImpl, RequestedSecurityTokenImpl

public interface RequestedSecurityToken


Method Summary
 java.lang.Object getAny()
          Gets the value of the any property.
 com.sun.xml.ws.security.Token getToken()
          Returns the Security Token contained in the RequestedSecurityToken element.
 void setAny(java.lang.Object value)
          Sets the value of the any property.
 void setToken(com.sun.xml.ws.security.Token token)
          Sets the value of the Security Token in the RequestedSecurityToken element.
 

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

getToken

com.sun.xml.ws.security.Token getToken()
Returns the Security Token contained in the RequestedSecurityToken element.

Returns:
Token

setToken

void setToken(com.sun.xml.ws.security.Token token)
Sets the value of the Security Token in the RequestedSecurityToken element.

Parameters:
token - Token