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

Packages that use Renewing
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 Renewing in com.sun.xml.ws.security.trust
 

Methods in com.sun.xml.ws.security.trust with parameters of type Renewing
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 Renewing in com.sun.xml.ws.security.trust.elements
 

Methods in com.sun.xml.ws.security.trust.elements that return Renewing
 Renewing WSTrustElementBase.getRenewable()
          get the
 

Methods in com.sun.xml.ws.security.trust.elements with parameters of type Renewing
 void WSTrustElementBase.setRenewable(Renewing renew)
          set a
 

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

Methods in com.sun.xml.ws.security.trust.impl with parameters of type Renewing
 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 Renewing in com.sun.xml.ws.security.trust.impl.elements
 

Classes in com.sun.xml.ws.security.trust.impl.elements that implement Renewing
 class RenewingImpl
          Used to specify renew semantics for types that support this operation.
 

Methods in com.sun.xml.ws.security.trust.impl.elements that return Renewing
 Renewing RequestSecurityTokenImpl.getRenewable()
           
 Renewing RequestSecurityTokenResponseImpl.getRenewable()
           
 

Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type Renewing
 void RequestSecurityTokenImpl.setRenewable(Renewing renew)
           
 void RequestSecurityTokenResponseImpl.setRenewable(Renewing renew)
           
 

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

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

Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type Renewing
 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 Renewing in com.sun.xml.ws.security.trust.impl.wssx.elements
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return Renewing
 Renewing RequestSecurityTokenImpl.getRenewable()
           
 Renewing RequestSecurityTokenResponseImpl.getRenewable()
           
 Renewing SecondaryParametersImpl.getRenewable()
           
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type Renewing
 void RequestSecurityTokenImpl.setRenewable(Renewing renew)
           
 void RequestSecurityTokenResponseImpl.setRenewable(Renewing renew)
           
 void SecondaryParametersImpl.setRenewable(Renewing renew)
           
 

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