Uses of Interface
com.sun.xml.ws.security.trust.elements.AllowPostdating
Packages that use AllowPostdating
Package
Description
-
Uses of AllowPostdating in com.sun.xml.ws.security.trust
Methods in com.sun.xml.ws.security.trust with parameters of type AllowPostdatingModifier and TypeMethodDescriptionabstract RequestSecurityTokenWSTrustElementFactory.createRSTForRenew(URI tokenType, URI requestType, 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 AllowPostdatingModifier and TypeMethodDescriptionWSTrustElementBase.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 AllowPostdatingModifier and TypeMethodDescriptionvoidWSTrustElementBase.setAllowPostdating(AllowPostdating allowPostDating) Set the desired policyReference settings for the requested token -
Uses of AllowPostdating in com.sun.xml.ws.security.trust.impl
Methods in com.sun.xml.ws.security.trust.impl with parameters of type AllowPostdatingModifier and TypeMethodDescriptionWSTrustElementFactoryImpl.createRSTForRenew(URI tokenType, URI requestType, 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.impl.elements
Classes in com.sun.xml.ws.security.trust.impl.elements that implement AllowPostdatingModifier and TypeClassDescriptionclassThis indicates that returned tokens should allow requests for postdated tokens.Methods in com.sun.xml.ws.security.trust.impl.elements that return AllowPostdatingModifier and TypeMethodDescriptionRequestSecurityTokenImpl.getAllowPostdating()RequestSecurityTokenResponseImpl.getAllowPostdating()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type AllowPostdatingModifier and TypeMethodDescriptionfinal voidRequestSecurityTokenImpl.setAllowPostdating(AllowPostdating allowPostdating) final voidRequestSecurityTokenResponseImpl.setAllowPostdating(AllowPostdating allowPostdating) Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type AllowPostdatingModifierConstructorDescriptionRequestSecurityTokenImpl(URI tokenType, URI requestType, URI context, RenewTarget target, AllowPostdating apd, Renewing renewingInfo) -
Uses of AllowPostdating in com.sun.xml.ws.security.trust.impl.wssx
Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type AllowPostdatingModifier and TypeMethodDescriptionWSTrustElementFactoryImpl.createRSTForRenew(URI tokenType, URI requestType, 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.impl.wssx.elements
Classes in com.sun.xml.ws.security.trust.impl.wssx.elements that implement AllowPostdatingModifier and TypeClassDescriptionclassThis indicates that returned tokens should allow requests for postdated tokens.Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return AllowPostdatingModifier and TypeMethodDescriptionRequestSecurityTokenImpl.getAllowPostdating()RequestSecurityTokenResponseImpl.getAllowPostdating()SecondaryParametersImpl.getAllowPostdating()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type AllowPostdatingModifier and TypeMethodDescriptionvoidRequestSecurityTokenImpl.setAllowPostdating(AllowPostdating allowPostdating) voidRequestSecurityTokenResponseImpl.setAllowPostdating(AllowPostdating allowPostdating) voidSecondaryParametersImpl.setAllowPostdating(AllowPostdating allowPostdating) Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type AllowPostdatingModifierConstructorDescriptionRequestSecurityTokenImpl(URI tokenType, URI requestType, URI context, RenewTarget target, AllowPostdating apd, Renewing renewingInfo)