FileDocCategorySizeDatePackage
RequestedSecurityToken.javaAPI DocExample3008Tue May 29 16:56:56 BST 2007com.sun.xml.ws.security.trust.elements

RequestedSecurityToken

public interface RequestedSecurityToken
author
WS-Trust Implementation Team.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ObjectgetAny()
Gets the value of the any property.

return
possible object is {@link Element } {@link Object }

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

return
{@link Token}

public voidsetAny(java.lang.Object value)
Sets the value of the any property.

param
value allowed object is {@link Element } {@link Object }

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

param
token {@link Token}