Class RenewTargetImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.wssx.bindings.RenewTargetType
com.sun.xml.ws.security.trust.impl.wssx.elements.RenewTargetImpl
- All Implemented Interfaces:
RenewTarget
Target specifying the Security token to be renewed.
- Author:
- Manveen Kaur
-
Field Summary
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.RenewTargetType
any -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the STR for the Token to be renewedGet the type of the renew Target information itemgetToken()Get the Token to be renewedvoidSet the STR for the Token to be renewedvoidsetTargetType(String ttype) Set the type of the renew Target information itemvoidSet the Token to be renewedMethods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.RenewTargetType
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.RenewTarget
getAny, setAny
-
Constructor Details
-
RenewTargetImpl
-
RenewTargetImpl
-
RenewTargetImpl
-
-
Method Details
-
getTargetType
Description copied from interface:RenewTargetGet the type of the renew Target information item- Specified by:
getTargetTypein interfaceRenewTarget
-
setTargetType
Description copied from interface:RenewTargetSet the type of the renew Target information item- Specified by:
setTargetTypein interfaceRenewTarget
-
setSecurityTokenReference
Description copied from interface:RenewTargetSet the STR for the Token to be renewed- Specified by:
setSecurityTokenReferencein interfaceRenewTarget
-
getSecurityTokenReference
Description copied from interface:RenewTargetGet the STR for the Token to be renewed- Specified by:
getSecurityTokenReferencein interfaceRenewTarget
-
setToken
Description copied from interface:RenewTargetSet the Token to be renewed- Specified by:
setTokenin interfaceRenewTarget
-
getToken
Description copied from interface:RenewTargetGet the Token to be renewed- Specified by:
getTokenin interfaceRenewTarget
-