Uses of Interface
com.sun.xml.ws.security.trust.elements.Lifetime
-
Packages that use Lifetime Package Description com.sun.xml.ws.security.trust com.sun.xml.ws.security.trust.elements -
-
Uses of Lifetime in com.sun.xml.ws.security.trust
Methods in com.sun.xml.ws.security.trust that return Lifetime Modifier and Type Method Description abstract LifetimeWSTrustElementFactory. createLifetime(AttributedDateTime created, AttributedDateTime expires)Create a Lifetime.Methods in com.sun.xml.ws.security.trust with parameters of type Lifetime Modifier and Type Method Description abstract RequestSecurityTokenWSTrustElementFactory. createRSTForIssue(URI tokenType, URI requestType, URI context, AppliesTo scopes, Claims claims, Entropy entropy, Lifetime lifetime)Create an RST for Issue from the given arguments Any of the arguments can be null since they are all optional, but one of tokenType and AppliesTo must be presentabstract RequestSecurityTokenResponseCollectionWSTrustElementFactory. createRSTRCollectionForIssue(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attachedRef, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)Create a collection of RequestSecurityTokenResponse(s)abstract RequestSecurityTokenResponseWSTrustElementFactory. createRSTRForIssue(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attachedRef, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)create an RSTR for Issue from the given arguments Any of the arguments can be null since they are all optional, but one of RequestedSecurityToken or RequestedProofToken should be returnedabstract RequestSecurityTokenResponseWSTrustElementFactory. createRSTRForRenew(URI tokenType, URI context, RequestedSecurityToken token, RequestedAttachedReference attachedReference, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)Create an RSTR for a Renewal Response -
Uses of Lifetime in com.sun.xml.ws.security.trust.elements
Methods in com.sun.xml.ws.security.trust.elements that return Lifetime Modifier and Type Method Description LifetimeWSTrustElementBase. getLifetime()Get the desired LifeTime settings for the token if specified, null otherwiseMethods in com.sun.xml.ws.security.trust.elements with parameters of type Lifetime Modifier and Type Method Description voidWSTrustElementBase. setLifetime(Lifetime lifetime)Set the desired lifetime settings for the requested token
-