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

Packages that use AllowPostdating
com.sun.xml.ws.security.trust   
com.sun.xml.ws.security.trust.elements   
 

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

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

Methods in com.sun.xml.ws.security.trust.elements that return AllowPostdating
 AllowPostdating WSTrustElementBase.getAllowPostdating()
          Get the AllowPostdating element for the token if specified, null otherwise NOTE: Although this is an issue with the WSTrust spec, leaving it here for now.
 

Methods in com.sun.xml.ws.security.trust.elements with parameters of type AllowPostdating
 void WSTrustElementBase.setAllowPostdating(AllowPostdating allowPostDating)
          Set the desired policyReference settings for the requested token
 



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