com.sun.xml.ws.security.trust.impl.wssx.elements
Class RenewTargetImpl

java.lang.Object
  extended by com.sun.xml.ws.security.trust.impl.wssx.bindings.RenewTargetType
      extended by com.sun.xml.ws.security.trust.impl.wssx.elements.RenewTargetImpl
All Implemented Interfaces:
RenewTarget

public class RenewTargetImpl
extends com.sun.xml.ws.security.trust.impl.wssx.bindings.RenewTargetType
implements RenewTarget

Target specifying the Security token to be renewed.


Field Summary
 
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.RenewTargetType
any
 
Constructor Summary
RenewTargetImpl(com.sun.xml.ws.security.trust.impl.wssx.bindings.RenewTargetType rnType)
           
RenewTargetImpl(SecurityTokenReference str)
           
RenewTargetImpl(com.sun.xml.ws.security.Token token)
           
 
Method Summary
 SecurityTokenReference getSecurityTokenReference()
          Get the STR for the Token to be renewed
 java.lang.String getTargetType()
          Get the type of the renew Target information item
 com.sun.xml.ws.security.Token getToken()
          Get the Token to be renewed
 void setSecurityTokenReference(SecurityTokenReference ref)
          Set the STR for the Token to be renewed
 void setTargetType(java.lang.String ttype)
          Set the type of the renew Target information item
 void setToken(com.sun.xml.ws.security.Token token)
          Set the Token to be renewed
 
Methods inherited from class com.sun.xml.ws.security.trust.impl.wssx.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(com.sun.xml.ws.security.Token token)

RenewTargetImpl

public RenewTargetImpl(com.sun.xml.ws.security.trust.impl.wssx.bindings.RenewTargetType rnType)
                throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getTargetType

public java.lang.String getTargetType()
Description copied from interface: RenewTarget
Get the type of the renew Target information item

Specified by:
getTargetType in interface RenewTarget

setTargetType

public void setTargetType(java.lang.String ttype)
Description copied from interface: RenewTarget
Set the type of the renew Target information item

Specified by:
setTargetType in interface RenewTarget

setSecurityTokenReference

public void setSecurityTokenReference(SecurityTokenReference ref)
Description copied from interface: RenewTarget
Set the STR for the Token to be renewed

Specified by:
setSecurityTokenReference in interface RenewTarget

getSecurityTokenReference

public SecurityTokenReference getSecurityTokenReference()
Description copied from interface: RenewTarget
Get the STR for the Token to be renewed

Specified by:
getSecurityTokenReference in interface RenewTarget

setToken

public void setToken(com.sun.xml.ws.security.Token token)
Description copied from interface: RenewTarget
Set the Token to be renewed

Specified by:
setToken in interface RenewTarget

getToken

public com.sun.xml.ws.security.Token getToken()
Description copied from interface: RenewTarget
Get the Token to be renewed

Specified by:
getToken in interface RenewTarget