Uses of Interface
com.sun.xml.ws.security.trust.elements.RenewTarget

Packages that use RenewTarget
com.sun.xml.ws.security.trust   
com.sun.xml.ws.security.trust.elements   
com.sun.xml.ws.security.trust.impl   
com.sun.xml.ws.security.trust.impl.elements   
com.sun.xml.ws.security.trust.impl.wssx   
com.sun.xml.ws.security.trust.impl.wssx.elements   
 

Uses of RenewTarget in com.sun.xml.ws.security.trust
 

Methods in com.sun.xml.ws.security.trust that return RenewTarget
abstract  RenewTarget WSTrustElementFactory.createRenewTarget(SecurityTokenReference str)
           
 

Methods in com.sun.xml.ws.security.trust with parameters of type RenewTarget
abstract  RequestSecurityToken WSTrustElementFactory.createRSTForRenew(java.net.URI tokenType, java.net.URI requestType, java.net.URI context, RenewTarget target, AllowPostdating apd, Renewing renewingInfo)
          Create an RST for a Renewal Request
 

Uses of RenewTarget in com.sun.xml.ws.security.trust.elements
 

Methods in com.sun.xml.ws.security.trust.elements that return RenewTarget
 RenewTarget RequestSecurityToken.getRenewTarget()
           
 

Methods in com.sun.xml.ws.security.trust.elements with parameters of type RenewTarget
 void RequestSecurityToken.setRenewTarget(RenewTarget renewTarget)
           
 

Uses of RenewTarget in com.sun.xml.ws.security.trust.impl
 

Methods in com.sun.xml.ws.security.trust.impl that return RenewTarget
 RenewTarget WSTrustElementFactoryImpl.createRenewTarget(SecurityTokenReference str)
           
 

Methods in com.sun.xml.ws.security.trust.impl with parameters of type RenewTarget
 RequestSecurityToken WSTrustElementFactoryImpl.createRSTForRenew(java.net.URI tokenType, java.net.URI requestType, java.net.URI context, RenewTarget target, AllowPostdating apd, Renewing renewingInfo)
          Create an RST for a Renewal Request
 

Uses of RenewTarget in com.sun.xml.ws.security.trust.impl.elements
 

Classes in com.sun.xml.ws.security.trust.impl.elements that implement RenewTarget
 class RenewTargetImpl
          Target specifying the Security token to be renewed.
 

Methods in com.sun.xml.ws.security.trust.impl.elements that return RenewTarget
 RenewTarget RequestSecurityTokenImpl.getRenewTarget()
           
 

Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type RenewTarget
 void RequestSecurityTokenImpl.setRenewTarget(RenewTarget target)
           
 

Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type RenewTarget
RequestSecurityTokenImpl(java.net.URI tokenType, java.net.URI requestType, java.net.URI context, RenewTarget target, AllowPostdating apd, Renewing renewingInfo)
           
 

Uses of RenewTarget in com.sun.xml.ws.security.trust.impl.wssx
 

Methods in com.sun.xml.ws.security.trust.impl.wssx that return RenewTarget
 RenewTarget WSTrustElementFactoryImpl.createRenewTarget(SecurityTokenReference str)
           
 

Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type RenewTarget
 RequestSecurityToken WSTrustElementFactoryImpl.createRSTForRenew(java.net.URI tokenType, java.net.URI requestType, java.net.URI context, RenewTarget target, AllowPostdating apd, Renewing renewingInfo)
          Create an RST for a Renewal Request
 

Uses of RenewTarget in com.sun.xml.ws.security.trust.impl.wssx.elements
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return RenewTarget
 RenewTarget RequestSecurityTokenImpl.getRenewTarget()
           
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type RenewTarget
 void RequestSecurityTokenImpl.setRenewTarget(RenewTarget target)
           
 

Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type RenewTarget
RequestSecurityTokenImpl(java.net.URI tokenType, java.net.URI requestType, java.net.URI context, RenewTarget target, AllowPostdating apd, Renewing renewingInfo)