Class CancelTargetImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.wssx.bindings.CancelTargetType
com.sun.xml.ws.security.trust.impl.wssx.elements.CancelTargetImpl
- All Implemented Interfaces:
CancelTarget
Defines Binding for requesting security tokens to be cancelled.
- Author:
- Manveen Kaur
-
Field Summary
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.CancelTargetType
anyFields inherited from interface com.sun.xml.ws.security.trust.elements.CancelTarget
CUSTOM_TARGET_TYPE, STR_TARGET_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the STR for the Token to be CancelledGet the type of the Cancel Target information itemgetToken()Get the token to be CancelledvoidSet the STR for the Token to be CancelledvoidsetTargetType(String ttype) voidSet the token to be CancelledMethods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.CancelTargetType
getAny, setAnyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.xml.ws.security.trust.elements.CancelTarget
getAny, setAny
-
Constructor Details
-
CancelTargetImpl
-
CancelTargetImpl
-
CancelTargetImpl
-
-
Method Details
-
getTargetType
Description copied from interface:CancelTargetGet the type of the Cancel Target information item- Specified by:
getTargetTypein interfaceCancelTarget
-
setTargetType
-
setSecurityTokenReference
Description copied from interface:CancelTargetSet the STR for the Token to be Cancelled- Specified by:
setSecurityTokenReferencein interfaceCancelTarget
-
getSecurityTokenReference
Description copied from interface:CancelTargetGet the STR for the Token to be Cancelled- Specified by:
getSecurityTokenReferencein interfaceCancelTarget
-
setToken
Description copied from interface:CancelTargetSet the token to be Cancelled- Specified by:
setTokenin interfaceCancelTarget
-
getToken
Description copied from interface:CancelTargetGet the token to be Cancelled- Specified by:
getTokenin interfaceCancelTarget
-