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

CancelTarget

public interface CancelTarget
Defines Binding for requesting security tokens to be cancelled.
author
WS-Trust Implementation Team

Fields Summary
public static final String
STR_TARGET_TYPE
Constants denoting type of Cancel Target
public static final String
CUSTOM_TARGET_TYPE
Constructors Summary
Methods Summary
public java.lang.ObjectgetAny()
Gets the value of the any property.

return
possible object is {@link Object }

public com.sun.xml.ws.security.trust.elements.str.SecurityTokenReferencegetSecurityTokenReference()
Get the STR for the Token to be Cancelled

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

public com.sun.xml.ws.security.TokengetToken()
Get the token to be Cancelled

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

param
value allowed object is {@link Object }

public voidsetSecurityTokenReference(com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference ref)
Set the STR for the Token to be Cancelled

public voidsetToken(com.sun.xml.ws.security.Token token)
Set the token to be Cancelled