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
public class RenewTargetImpl extends RenewTargetType implements 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 Constructor Description RenewTargetImpl(Token token)RenewTargetImpl(SecurityTokenReference str)RenewTargetImpl(RenewTargetType rnType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecurityTokenReferencegetSecurityTokenReference()Get the STR for the Token to be renewedStringgetTargetType()Get the type of the renew Target information itemTokengetToken()Get the Token to be renewedvoidsetSecurityTokenReference(SecurityTokenReference ref)Set the STR for the Token to be renewedvoidsetTargetType(String ttype)Set the type of the renew Target information itemvoidsetToken(Token token)Set the Token to be renewed-
Methods 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 Detail
-
RenewTargetImpl
public RenewTargetImpl(SecurityTokenReference str)
-
RenewTargetImpl
public RenewTargetImpl(Token token)
-
RenewTargetImpl
public RenewTargetImpl(RenewTargetType rnType)
-
-
Method Detail
-
getTargetType
public String getTargetType()
Description copied from interface:RenewTargetGet the type of the renew Target information item- Specified by:
getTargetTypein interfaceRenewTarget
-
setTargetType
public final void setTargetType(String ttype)
Description copied from interface:RenewTargetSet the type of the renew Target information item- Specified by:
setTargetTypein interfaceRenewTarget
-
setSecurityTokenReference
public final void setSecurityTokenReference(SecurityTokenReference ref)
Description copied from interface:RenewTargetSet the STR for the Token to be renewed- Specified by:
setSecurityTokenReferencein interfaceRenewTarget
-
getSecurityTokenReference
public SecurityTokenReference getSecurityTokenReference()
Description copied from interface:RenewTargetGet the STR for the Token to be renewed- Specified by:
getSecurityTokenReferencein interfaceRenewTarget
-
setToken
public final void setToken(Token token)
Description copied from interface:RenewTargetSet the Token to be renewed- Specified by:
setTokenin interfaceRenewTarget
-
getToken
public Token getToken()
Description copied from interface:RenewTargetGet the Token to be renewed- Specified by:
getTokenin interfaceRenewTarget
-
-