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

java.lang.Object
  extended by com.sun.xml.ws.security.trust.impl.bindings.RenewTargetType
      extended by 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
RenewTargetImpl(RenewTargetType rnType)
           
RenewTargetImpl(SecurityTokenReference str)
           
RenewTargetImpl(Token token)
           
 
Method Summary
 SecurityTokenReference getSecurityTokenReference()
           
 String getTargetType()
           
 Token getToken()
           
 void setSecurityTokenReference(SecurityTokenReference ref)
           
 void setTargetType(String ttype)
           
 void setToken(Token token)
           
 
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()
Specified by:
getTargetType in interface RenewTarget

setTargetType

public final void setTargetType(String ttype)
Specified by:
setTargetType in interface RenewTarget

setSecurityTokenReference

public final void setSecurityTokenReference(SecurityTokenReference ref)
Specified by:
setSecurityTokenReference in interface RenewTarget

getSecurityTokenReference

public SecurityTokenReference getSecurityTokenReference()
Specified by:
getSecurityTokenReference in interface RenewTarget

setToken

public final void setToken(Token token)
Specified by:
setToken in interface RenewTarget

getToken

public Token getToken()
Specified by:
getToken in interface RenewTarget


Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.