Class CancelTargetImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.bindings.CancelTargetType
com.sun.xml.ws.security.trust.impl.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.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 TypeMethodDescriptiongetToken()final voidfinal voidsetTargetType(String ttype) final voidMethods inherited from class com.sun.xml.ws.security.trust.impl.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
- Specified by:
getTargetTypein interfaceCancelTarget
-
setTargetType
-
setSecurityTokenReference
- Specified by:
setSecurityTokenReferencein interfaceCancelTarget
-
getSecurityTokenReference
- Specified by:
getSecurityTokenReferencein interfaceCancelTarget
-
setToken
- Specified by:
setTokenin interfaceCancelTarget
-
getToken
- Specified by:
getTokenin interfaceCancelTarget
-