FileDocCategorySizeDatePackage
DelegateTo.javaAPI DocExample3629Tue May 29 16:56:54 BST 2007com.sun.xml.ws.security.trust.elements

DelegateTo

public interface DelegateTo
Indicates that the requested or issued token be delegated to another identity.
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.trust.elements.str.SecurityTokenReferencegetSecurityTokenReference()
Get the STR contained in this DelegateTo instance

public java.lang.StringgetTargetType()
Get the type of the DelegateTo information item

return
{@link String}

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

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

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

public voidsetSecurityTokenReference(com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference ref)
Set the STR for the Token as the contents of DelegateTo

public voidsetTargetType(java.lang.String targetType)
Set the type of the DelegateTo information item

param
targetType {@link String}

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