|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Lifetime in com.sun.xml.ws.security.trust |
---|
Methods in com.sun.xml.ws.security.trust that return Lifetime | |
---|---|
abstract Lifetime |
WSTrustElementFactory.createLifetime(com.sun.xml.ws.security.wsu10.AttributedDateTime created,
com.sun.xml.ws.security.wsu10.AttributedDateTime expires)
Create a Lifetime. |
Methods in com.sun.xml.ws.security.trust with parameters of type Lifetime | |
---|---|
abstract RequestSecurityToken |
WSTrustElementFactory.createRSTForIssue(java.net.URI tokenType,
java.net.URI requestType,
java.net.URI context,
com.sun.xml.ws.policy.impl.bindings.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 present |
abstract RequestSecurityTokenResponseCollection |
WSTrustElementFactory.createRSTRCollectionForIssue(java.net.URI tokenType,
java.net.URI context,
RequestedSecurityToken token,
com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes,
RequestedAttachedReference attachedRef,
RequestedUnattachedReference unattachedRef,
RequestedProofToken proofToken,
Entropy entropy,
Lifetime lifetime)
Create a collection of RequestSecurityTokenResponse(s) |
abstract RequestSecurityTokenResponse |
WSTrustElementFactory.createRSTRForIssue(java.net.URI tokenType,
java.net.URI context,
RequestedSecurityToken token,
com.sun.xml.ws.policy.impl.bindings.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 returned |
abstract RequestSecurityTokenResponse |
WSTrustElementFactory.createRSTRForRenew(java.net.URI tokenType,
java.net.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 | |
---|---|
Lifetime |
WSTrustElementBase.getLifetime()
Get the desired LifeTime settings for the token if specified, null otherwise |
Methods in com.sun.xml.ws.security.trust.elements with parameters of type Lifetime | |
---|---|
void |
WSTrustElementBase.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 | |
---|---|
Lifetime |
WSTrustElementFactoryImpl.createLifetime(com.sun.xml.ws.security.wsu10.AttributedDateTime created,
com.sun.xml.ws.security.wsu10.AttributedDateTime expires)
Create a Lifetime. |
Methods in com.sun.xml.ws.security.trust.impl with parameters of type Lifetime | |
---|---|
RequestSecurityToken |
WSTrustElementFactoryImpl.createRSTForIssue(java.net.URI tokenType,
java.net.URI requestType,
java.net.URI context,
com.sun.xml.ws.policy.impl.bindings.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 present |
RequestSecurityTokenResponseCollection |
WSTrustElementFactoryImpl.createRSTRCollectionForIssue(java.net.URI tokenType,
java.net.URI context,
RequestedSecurityToken token,
com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes,
RequestedAttachedReference attached,
RequestedUnattachedReference unattached,
RequestedProofToken proofToken,
Entropy entropy,
Lifetime lifetime)
Create a collection of RequestSecurityTokenResponse(s) |
RequestSecurityTokenResponse |
WSTrustElementFactoryImpl.createRSTRForIssue(java.net.URI tokenType,
java.net.URI context,
RequestedSecurityToken token,
com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes,
RequestedAttachedReference attachedReference,
RequestedUnattachedReference unattachedRef,
RequestedProofToken proofToken,
Entropy entropy,
Lifetime lifetime)
Create an RSTR for Issue from the given arguments. |
RequestSecurityTokenResponse |
WSTrustElementFactoryImpl.createRSTRForRenew(java.net.URI tokenType,
java.net.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 | |
---|---|
class |
LifetimeImpl
|
Methods in com.sun.xml.ws.security.trust.impl.elements that return Lifetime | |
---|---|
Lifetime |
RequestSecurityTokenImpl.getLifetime()
|
Lifetime |
RequestSecurityTokenResponseImpl.getLifetime()
|
Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type Lifetime | |
---|---|
void |
RequestSecurityTokenImpl.setLifetime(Lifetime lifetime)
|
void |
RequestSecurityTokenResponseImpl.setLifetime(Lifetime lifetime)
|
Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type Lifetime | |
---|---|
RequestSecurityTokenImpl(java.net.URI tokenType,
java.net.URI requestType,
java.net.URI context,
com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes,
Claims claims,
Entropy entropy,
Lifetime lifetime,
java.net.URI algorithm)
|
|
RequestSecurityTokenResponseCollectionImpl(java.net.URI tokenType,
java.net.URI context,
RequestedSecurityToken token,
com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes,
RequestedAttachedReference attached,
RequestedUnattachedReference unattached,
RequestedProofToken proofToken,
Entropy entropy,
Lifetime lt)
|
|
RequestSecurityTokenResponseImpl(java.net.URI tokenType,
java.net.URI context,
RequestedSecurityToken token,
com.sun.xml.ws.policy.impl.bindings.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 | |
---|---|
Lifetime |
WSTrustElementFactoryImpl.createLifetime(com.sun.xml.ws.security.wsu10.AttributedDateTime created,
com.sun.xml.ws.security.wsu10.AttributedDateTime expires)
Create a Lifetime. |
Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type Lifetime | |
---|---|
RequestSecurityToken |
WSTrustElementFactoryImpl.createRSTForIssue(java.net.URI tokenType,
java.net.URI requestType,
java.net.URI context,
com.sun.xml.ws.policy.impl.bindings.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 present |
RequestSecurityTokenResponseCollection |
WSTrustElementFactoryImpl.createRSTRCollectionForIssue(java.net.URI tokenType,
java.net.URI context,
RequestedSecurityToken token,
com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes,
RequestedAttachedReference attached,
RequestedUnattachedReference unattached,
RequestedProofToken proofToken,
Entropy entropy,
Lifetime lt)
Create a collection of RequestSecurityTokenResponse(s) |
RequestSecurityTokenResponse |
WSTrustElementFactoryImpl.createRSTRForIssue(java.net.URI tokenType,
java.net.URI context,
RequestedSecurityToken token,
com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes,
RequestedAttachedReference attachedReference,
RequestedUnattachedReference unattachedReference,
RequestedProofToken proofToken,
Entropy entropy,
Lifetime lt)
Create an RSTR for Issue from the given arguments. |
RequestSecurityTokenResponse |
WSTrustElementFactoryImpl.createRSTRForRenew(java.net.URI tokenType,
java.net.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 |
---|
Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return Lifetime | |
---|---|
Lifetime |
RequestSecurityTokenImpl.getLifetime()
|
Lifetime |
RequestSecurityTokenResponseImpl.getLifetime()
|
Lifetime |
SecondaryParametersImpl.getLifetime()
|
Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type Lifetime | |
---|---|
void |
RequestSecurityTokenImpl.setLifetime(Lifetime lifetime)
|
void |
RequestSecurityTokenResponseImpl.setLifetime(Lifetime lifetime)
|
void |
SecondaryParametersImpl.setLifetime(Lifetime lifetime)
|
Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type Lifetime | |
---|---|
RequestSecurityTokenImpl(java.net.URI tokenType,
java.net.URI requestType,
java.net.URI context,
com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes,
Claims claims,
Entropy entropy,
Lifetime lt,
java.net.URI algorithm)
|
|
RequestSecurityTokenResponseCollectionImpl(java.net.URI tokenType,
java.net.URI context,
RequestedSecurityToken token,
com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes,
RequestedAttachedReference attached,
RequestedUnattachedReference unattached,
RequestedProofToken proofToken,
Entropy entropy,
Lifetime lt)
|
|
RequestSecurityTokenResponseImpl(java.net.URI tokenType,
java.net.URI context,
RequestedSecurityToken token,
com.sun.xml.ws.policy.impl.bindings.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 | |
---|---|
static Lifetime |
WSTrustUtil.createLifetime(long currentTime,
long lifespan,
WSTrustVersion wstVer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |