Uses of Interface
com.sun.xml.ws.security.trust.elements.Lifetime
Packages that use Lifetime
Package
Description
-
Uses of Lifetime in com.sun.xml.ws.security.trust
Methods in com.sun.xml.ws.security.trust that return LifetimeModifier and TypeMethodDescriptionabstract LifetimeWSTrustElementFactory.createLifetime(AttributedDateTime created, AttributedDateTime expires) Create a Lifetime.Methods in com.sun.xml.ws.security.trust with parameters of type LifetimeModifier and TypeMethodDescriptionabstract 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 presentWSTrustElementFactory.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 LifetimeModifier and TypeMethodDescriptionWSTrustElementBase.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 LifetimeModifier and TypeMethodDescriptionvoidWSTrustElementBase.setLifetime(Lifetime lifetime) Set the desired lifetime settings for the requested token -
Uses of Lifetime in com.sun.xml.ws.security.trust.impl
Methods in com.sun.xml.ws.security.trust.impl that return LifetimeModifier and TypeMethodDescriptionWSTrustElementFactoryImpl.createLifetime(AttributedDateTime created, AttributedDateTime expires) Create a Lifetime.Methods in com.sun.xml.ws.security.trust.impl with parameters of type LifetimeModifier and TypeMethodDescriptionWSTrustElementFactoryImpl.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 presentWSTrustElementFactoryImpl.createRSTRCollectionForIssue(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attached, RequestedUnattachedReference unattached, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime) Create a collection of RequestSecurityTokenResponse(s)WSTrustElementFactoryImpl.createRSTRForIssue(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attachedReference, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime) Create an RSTR for Issue from the given arguments.WSTrustElementFactoryImpl.createRSTRForRenew(URI tokenType, URI context, RequestedSecurityToken token, RequestedAttachedReference attachedReference, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime) Create an RSTR for Renew from the given arguments. -
Uses of Lifetime in com.sun.xml.ws.security.trust.impl.elements
Classes in com.sun.xml.ws.security.trust.impl.elements that implement LifetimeMethods in com.sun.xml.ws.security.trust.impl.elements that return LifetimeModifier and TypeMethodDescriptionRequestSecurityTokenImpl.getLifetime()RequestSecurityTokenResponseImpl.getLifetime()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type LifetimeModifier and TypeMethodDescriptionfinal voidRequestSecurityTokenImpl.setLifetime(Lifetime lifetime) final voidRequestSecurityTokenResponseImpl.setLifetime(Lifetime lifetime) Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type LifetimeModifierConstructorDescriptionRequestSecurityTokenImpl(URI tokenType, URI requestType, URI context, AppliesTo scopes, Claims claims, Entropy entropy, Lifetime lifetime, URI algorithm) RequestSecurityTokenResponseCollectionImpl(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attached, RequestedUnattachedReference unattached, RequestedProofToken proofToken, Entropy entropy, Lifetime lt) RequestSecurityTokenResponseImpl(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attached, RequestedUnattachedReference unattached, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime, Status status) -
Uses of Lifetime in com.sun.xml.ws.security.trust.impl.wssx
Methods in com.sun.xml.ws.security.trust.impl.wssx that return LifetimeModifier and TypeMethodDescriptionWSTrustElementFactoryImpl.createLifetime(AttributedDateTime created, AttributedDateTime expires) Create a Lifetime.Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type LifetimeModifier and TypeMethodDescriptionWSTrustElementFactoryImpl.createRSTForIssue(URI tokenType, URI requestType, URI context, AppliesTo scopes, Claims claims, Entropy entropy, Lifetime lt) 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 presentWSTrustElementFactoryImpl.createRSTRCollectionForIssue(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attached, RequestedUnattachedReference unattached, RequestedProofToken proofToken, Entropy entropy, Lifetime lt) Create a collection of RequestSecurityTokenResponse(s)WSTrustElementFactoryImpl.createRSTRForIssue(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attachedReference, RequestedUnattachedReference unattachedReference, RequestedProofToken proofToken, Entropy entropy, Lifetime lt) Create an RSTR for Issue from the given arguments.WSTrustElementFactoryImpl.createRSTRForRenew(URI tokenType, URI context, RequestedSecurityToken token, RequestedAttachedReference attachedReference, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime) Create an RSTR for Renew from the given arguments. -
Uses of Lifetime in com.sun.xml.ws.security.trust.impl.wssx.elements
Classes in com.sun.xml.ws.security.trust.impl.wssx.elements that implement LifetimeMethods in com.sun.xml.ws.security.trust.impl.wssx.elements that return LifetimeModifier and TypeMethodDescriptionRequestSecurityTokenImpl.getLifetime()RequestSecurityTokenResponseImpl.getLifetime()SecondaryParametersImpl.getLifetime()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type LifetimeModifier and TypeMethodDescriptionvoidRequestSecurityTokenImpl.setLifetime(Lifetime lifetime) voidRequestSecurityTokenResponseImpl.setLifetime(Lifetime lifetime) voidSecondaryParametersImpl.setLifetime(Lifetime lifetime) Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type LifetimeModifierConstructorDescriptionRequestSecurityTokenImpl(URI tokenType, URI requestType, URI context, AppliesTo scopes, Claims claims, Entropy entropy, Lifetime lt, URI algorithm) RequestSecurityTokenResponseCollectionImpl(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attached, RequestedUnattachedReference unattached, RequestedProofToken proofToken, Entropy entropy, Lifetime lt) RequestSecurityTokenResponseImpl(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attached, RequestedUnattachedReference unattached, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime, Status status) -
Uses of Lifetime in com.sun.xml.ws.security.trust.util
Methods in com.sun.xml.ws.security.trust.util that return LifetimeModifier and TypeMethodDescriptionstatic LifetimeWSTrustUtil.createLifetime(long currentTime, long lifespan, WSTrustVersion wstVer) Methods in com.sun.xml.ws.security.trust.util with parameters of type Lifetime