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

All Known Implementing Classes:
CancelTargetImpl, CancelTargetImpl

public interface CancelTarget

Defines Binding for requesting security tokens to be cancelled.


Field Summary
static java.lang.String CUSTOM_TARGET_TYPE
           
static java.lang.String STR_TARGET_TYPE
          Constants denoting type of Cancel Target
 
Method Summary
 java.lang.Object getAny()
          Gets the value of the any property.
 SecurityTokenReference getSecurityTokenReference()
          Get the STR for the Token to be Cancelled
 java.lang.String getTargetType()
          Get the type of the Cancel Target information item
 com.sun.xml.ws.security.Token getToken()
          Get the token to be Cancelled
 void setAny(java.lang.Object value)
          Sets the value of the any property.
 void setSecurityTokenReference(SecurityTokenReference ref)
          Set the STR for the Token to be Cancelled
 void setToken(com.sun.xml.ws.security.Token token)
          Set the token to be Cancelled
 

Field Detail

STR_TARGET_TYPE

static final java.lang.String STR_TARGET_TYPE
Constants denoting type of Cancel Target

See Also:
Constant Field Values

CUSTOM_TARGET_TYPE

static final java.lang.String CUSTOM_TARGET_TYPE
See Also:
Constant Field Values
Method Detail

getTargetType

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


getAny

java.lang.Object getAny()
Gets the value of the any property.

Returns:
possible object is Object

setAny

void setAny(java.lang.Object value)
Sets the value of the any property.

Parameters:
value - allowed object is Object

setSecurityTokenReference

void setSecurityTokenReference(SecurityTokenReference ref)
Set the STR for the Token to be Cancelled


getSecurityTokenReference

SecurityTokenReference getSecurityTokenReference()
Get the STR for the Token to be Cancelled


setToken

void setToken(com.sun.xml.ws.security.Token token)
Set the token to be Cancelled


getToken

com.sun.xml.ws.security.Token getToken()
Get the token to be Cancelled