Uses of Interface
com.sun.xml.ws.security.trust.elements.RequestedSecurityToken

Packages that use RequestedSecurityToken
com.sun.xml.ws.security.trust   
com.sun.xml.ws.security.trust.elements   
com.sun.xml.ws.security.trust.impl   
com.sun.xml.ws.security.trust.impl.elements   
com.sun.xml.ws.security.trust.impl.wssx   
com.sun.xml.ws.security.trust.impl.wssx.elements   
 

Uses of RequestedSecurityToken in com.sun.xml.ws.security.trust
 

Methods in com.sun.xml.ws.security.trust that return RequestedSecurityToken
abstract  RequestedSecurityToken WSTrustElementFactory.createRequestedSecurityToken()
           
abstract  RequestedSecurityToken WSTrustElementFactory.createRequestedSecurityToken(com.sun.xml.ws.security.Token token)
          Create a RequestedSecurityToken.
 

Methods in com.sun.xml.ws.security.trust with parameters of type RequestedSecurityToken
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
abstract  RequestSecurityTokenResponse WSTrustElementFactory.createRSTRForValidate(java.net.URI tokenType, RequestedSecurityToken token, Status status)
          create an RSTR for validate request.
 

Uses of RequestedSecurityToken in com.sun.xml.ws.security.trust.elements
 

Methods in com.sun.xml.ws.security.trust.elements that return RequestedSecurityToken
 RequestedSecurityToken RequestSecurityTokenResponse.getRequestedSecurityToken()
          Get the requested Security Token
 

Methods in com.sun.xml.ws.security.trust.elements with parameters of type RequestedSecurityToken
 void RequestSecurityTokenResponse.setRequestedSecurityToken(RequestedSecurityToken securityToken)
          Set the requestedSecurityToken on the security token response
 

Uses of RequestedSecurityToken in com.sun.xml.ws.security.trust.impl
 

Methods in com.sun.xml.ws.security.trust.impl that return RequestedSecurityToken
 RequestedSecurityToken WSTrustElementFactoryImpl.createRequestedSecurityToken()
          Create a RequestedSecurityToken.
 RequestedSecurityToken WSTrustElementFactoryImpl.createRequestedSecurityToken(com.sun.xml.ws.security.Token token)
          Create a RequestedSecurityToken.
 

Methods in com.sun.xml.ws.security.trust.impl with parameters of type RequestedSecurityToken
 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.
 RequestSecurityTokenResponse WSTrustElementFactoryImpl.createRSTRForValidate(java.net.URI tokenType, RequestedSecurityToken token, Status status)
          create an RSTR for validate request.
 

Uses of RequestedSecurityToken in com.sun.xml.ws.security.trust.impl.elements
 

Classes in com.sun.xml.ws.security.trust.impl.elements that implement RequestedSecurityToken
 class RequestedSecurityTokenImpl
          Implementation for the RequestedSecurityToken.
 

Methods in com.sun.xml.ws.security.trust.impl.elements that return RequestedSecurityToken
 RequestedSecurityToken RequestSecurityTokenResponseImpl.getRequestedSecurityToken()
           
 

Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type RequestedSecurityToken
 void RequestSecurityTokenResponseImpl.setRequestedSecurityToken(RequestedSecurityToken securityToken)
           
 

Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type RequestedSecurityToken
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 RequestedSecurityToken in com.sun.xml.ws.security.trust.impl.wssx
 

Methods in com.sun.xml.ws.security.trust.impl.wssx that return RequestedSecurityToken
 RequestedSecurityToken WSTrustElementFactoryImpl.createRequestedSecurityToken()
          Create a RequestedSecurityToken.
 RequestedSecurityToken WSTrustElementFactoryImpl.createRequestedSecurityToken(com.sun.xml.ws.security.Token token)
          Create a RequestedSecurityToken.
 

Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type RequestedSecurityToken
 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.
 RequestSecurityTokenResponse WSTrustElementFactoryImpl.createRSTRForValidate(java.net.URI tokenType, RequestedSecurityToken token, Status status)
          create an RSTR for validate request.
 

Uses of RequestedSecurityToken in com.sun.xml.ws.security.trust.impl.wssx.elements
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return RequestedSecurityToken
 RequestedSecurityToken RequestSecurityTokenResponseImpl.getRequestedSecurityToken()
           
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type RequestedSecurityToken
 void RequestSecurityTokenResponseImpl.setRequestedSecurityToken(RequestedSecurityToken securityToken)
           
 

Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type RequestedSecurityToken
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)