Uses of Interface
com.sun.xml.ws.security.trust.elements.Lifetime
-
-
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 -
Uses of Lifetime in com.sun.xml.ws.security.trust.impl
Methods in com.sun.xml.ws.security.trust.impl that return Lifetime Modifier and Type Method Description LifetimeWSTrustElementFactoryImpl. createLifetime(AttributedDateTime created, AttributedDateTime expires)Create a Lifetime.Methods in com.sun.xml.ws.security.trust.impl with parameters of type Lifetime Modifier and Type Method Description RequestSecurityTokenWSTrustElementFactoryImpl. 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 presentRequestSecurityTokenResponseCollectionWSTrustElementFactoryImpl. 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)RequestSecurityTokenResponseWSTrustElementFactoryImpl. 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.RequestSecurityTokenResponseWSTrustElementFactoryImpl. 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 Lifetime Modifier and Type Class Description classLifetimeImplMethods in com.sun.xml.ws.security.trust.impl.elements that return Lifetime Modifier and Type Method Description LifetimeRequestSecurityTokenImpl. getLifetime()LifetimeRequestSecurityTokenResponseImpl. getLifetime()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type Lifetime Modifier and Type Method Description voidRequestSecurityTokenImpl. setLifetime(Lifetime lifetime)voidRequestSecurityTokenResponseImpl. setLifetime(Lifetime lifetime)Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type Lifetime Constructor Description RequestSecurityTokenImpl(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 Lifetime Modifier and Type Method Description LifetimeWSTrustElementFactoryImpl. createLifetime(AttributedDateTime created, AttributedDateTime expires)Create a Lifetime.Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type Lifetime Modifier and Type Method Description RequestSecurityTokenWSTrustElementFactoryImpl. 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 presentRequestSecurityTokenResponseCollectionWSTrustElementFactoryImpl. 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)RequestSecurityTokenResponseWSTrustElementFactoryImpl. 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.RequestSecurityTokenResponseWSTrustElementFactoryImpl. 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 Lifetime Modifier and Type Class Description classLifetimeImplMethods in com.sun.xml.ws.security.trust.impl.wssx.elements that return Lifetime Modifier and Type Method Description LifetimeRequestSecurityTokenImpl. getLifetime()LifetimeRequestSecurityTokenResponseImpl. getLifetime()LifetimeSecondaryParametersImpl. getLifetime()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type Lifetime Modifier and Type Method Description voidRequestSecurityTokenImpl. 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 Lifetime Constructor Description RequestSecurityTokenImpl(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 Lifetime Modifier and Type Method Description static LifetimeWSTrustUtil. createLifetime(long currentTime, long lifespan, WSTrustVersion wstVer)Methods in com.sun.xml.ws.security.trust.util with parameters of type Lifetime Modifier and Type Method Description static longWSTrustUtil. getLifeSpan(Lifetime lifetime)
-