Class RenewTargetImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.bindings.RenewTargetType
com.sun.xml.ws.security.trust.impl.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.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 renewedfinal void
Set the STR for the Token to be renewedfinal void
setTargetType
(String ttype) Set the type of the renew Target information itemfinal void
Set the Token to be renewedMethods inherited from class com.sun.xml.ws.security.trust.impl.bindings.RenewTargetType
getAny, setAny
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:RenewTarget
Get the type of the renew Target information item- Specified by:
getTargetType
in interfaceRenewTarget
-
setTargetType
Description copied from interface:RenewTarget
Set the type of the renew Target information item- Specified by:
setTargetType
in interfaceRenewTarget
-
setSecurityTokenReference
Description copied from interface:RenewTarget
Set the STR for the Token to be renewed- Specified by:
setSecurityTokenReference
in interfaceRenewTarget
-
getSecurityTokenReference
Description copied from interface:RenewTarget
Get the STR for the Token to be renewed- Specified by:
getSecurityTokenReference
in interfaceRenewTarget
-
setToken
Description copied from interface:RenewTarget
Set the Token to be renewed- Specified by:
setToken
in interfaceRenewTarget
-
getToken
Description copied from interface:RenewTarget
Get the Token to be renewed- Specified by:
getToken
in interfaceRenewTarget
-