Interface CancelTarget
- All Known Implementing Classes:
CancelTargetImpl,CancelTargetImpl
public interface CancelTarget
Defines Binding for requesting security tokens to be cancelled.
- Author:
- WS-Trust Implementation Team
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetAny()Gets the value of the any property.Get the STR for the Token to be CancelledGet the type of the Cancel Target information itemgetToken()Get the token to be CancelledvoidSets the value of the any property.voidSet the STR for the Token to be CancelledvoidSet the token to be Cancelled
-
Field Details
-
STR_TARGET_TYPE
Constants denoting type of Cancel Target- See Also:
-
CUSTOM_TARGET_TYPE
- See Also:
-
-
Method Details
-
getTargetType
String getTargetType()Get the type of the Cancel Target information item -
getAny
Object getAny()Gets the value of the any property.- Returns:
- possible object is
Object
-
setAny
Sets the value of the any property.- Parameters:
value- allowed object isObject
-
setSecurityTokenReference
Set the STR for the Token to be Cancelled -
getSecurityTokenReference
SecurityTokenReference getSecurityTokenReference()Get the STR for the Token to be Cancelled -
setToken
Set the token to be Cancelled -
getToken
Token getToken()Get the token to be Cancelled
-