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

Packages that use RequestSecurityTokenResponse
com.sun.xml.ws.security.secconv   
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 RequestSecurityTokenResponse in com.sun.xml.ws.security.secconv
 

Methods in com.sun.xml.ws.security.secconv that return RequestSecurityTokenResponse
 RequestSecurityTokenResponse WSSCClientContract.createRSTRForClientInitiatedIssuedTokenContext(com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes, com.sun.xml.ws.security.IssuedTokenContext context)
          Create an RSTR for a client initiated IssuedTokenContext establishment, for example a Client Initiated WS-SecureConversation context.
 RequestSecurityTokenResponse WSSCClientContract.handleRSTRForNegotiatedExchange(RequestSecurityToken rst, RequestSecurityTokenResponse rstr, com.sun.xml.ws.security.IssuedTokenContext context)
          Handle an RSTR returned by the Issuer and Respond to the Challenge
 RequestSecurityTokenResponse WSSCContract.validate(RequestSecurityToken request, com.sun.xml.ws.security.IssuedTokenContext context)
          Validate a SecurityContextToken
 

Methods in com.sun.xml.ws.security.secconv with parameters of type RequestSecurityTokenResponse
 boolean WSSCClientContract.containsChallenge(RequestSecurityTokenResponse rstr)
          Contains Challenge
 java.net.URI WSSCClientContract.getComputedKeyAlgorithmFromProofToken(RequestSecurityTokenResponse rstr)
          Return the <wst:ComputedKey> URI if any inside the RSTR, null otherwise
 void WSSCClientContract.handleRSTR(RequestSecurityToken rst, RequestSecurityTokenResponse rstr, com.sun.xml.ws.security.IssuedTokenContext context)
          Handle an RSTR returned by the Issuer and update Token information into the IssuedTokenContext.
 RequestSecurityTokenResponse WSSCClientContract.handleRSTRForNegotiatedExchange(RequestSecurityToken rst, RequestSecurityTokenResponse rstr, com.sun.xml.ws.security.IssuedTokenContext context)
          Handle an RSTR returned by the Issuer and Respond to the Challenge
 void WSSCContract.handleUnsolicited(RequestSecurityTokenResponse rstr, com.sun.xml.ws.security.IssuedTokenContext context)
          handle an unsolicited RSTR like in the case of Client Initiated Secure Conversation.
 

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

Methods in com.sun.xml.ws.security.trust that return RequestSecurityTokenResponse
abstract  RequestSecurityTokenResponse WSTrustElementFactory.createRSTR()
          Create an Empty RSTR
abstract  RequestSecurityTokenResponse WSTrustElementFactory.createRSTRForCancel()
          Create an RSTR for a Successful Token Cancellation
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.
abstract  RequestSecurityTokenResponse WSTrustElementFactory.createRSTRFrom(org.w3c.dom.Element elem)
          create an RSTR from DOM Element
abstract  RequestSecurityTokenResponse WSTrustElementFactory.createRSTRFrom(javax.xml.bind.JAXBElement elem)
          create an RSTR from JAXBElement
abstract  RequestSecurityTokenResponse WSTrustElementFactory.createRSTRFrom(javax.xml.transform.Source src)
          create an RSTR from a Source
 

Methods in com.sun.xml.ws.security.trust with parameters of type RequestSecurityTokenResponse
 boolean WSTrustClientContract.containsChallenge(RequestSecurityTokenResponse rstr)
          Contains Challenge
 java.net.URI WSTrustClientContract.getComputedKeyAlgorithmFromProofToken(RequestSecurityTokenResponse rstr)
          Return the <wst:ComputedKey> URI if any inside the RSTR, null otherwise
abstract  org.w3c.dom.Element WSTrustElementFactory.toElement(RequestSecurityTokenResponse rstr)
          Marshal an RSTR to DOM Element
abstract  org.w3c.dom.Element WSTrustElementFactory.toElement(RequestSecurityTokenResponse rstr, org.w3c.dom.Document doc)
           
abstract  javax.xml.bind.JAXBElement WSTrustElementFactory.toJAXBElement(RequestSecurityTokenResponse rstr)
          convert an RSTR to a JAXBElement
abstract  javax.xml.transform.Source WSTrustElementFactory.toSource(RequestSecurityTokenResponse rstr)
          Marshal an RSTR to a Source
 

Method parameters in com.sun.xml.ws.security.trust with type arguments of type RequestSecurityTokenResponse
abstract  RequestSecurityTokenResponseCollection WSTrustElementFactory.createRSTRC(java.util.List<RequestSecurityTokenResponse> rstrs)
           
 

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

Methods in com.sun.xml.ws.security.trust.elements that return types with arguments of type RequestSecurityTokenResponse
 java.util.List<RequestSecurityTokenResponse> RequestSecurityTokenResponseCollection.getRequestSecurityTokenResponses()
          Gets the value of the RequestSecurityTokenResponse property.
 

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

Methods in com.sun.xml.ws.security.trust.impl that return RequestSecurityTokenResponse
 RequestSecurityTokenResponse WSTrustElementFactoryImpl.createRSTR()
          Create an Empty RSTR
 RequestSecurityTokenResponse WSTrustElementFactoryImpl.createRSTRForCancel()
          Create an RSTR for a Successful Token Cancellation
 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.
 RequestSecurityTokenResponse WSTrustElementFactoryImpl.createRSTRFrom(org.w3c.dom.Element elem)
          create an RSTR from DOM Element
 RequestSecurityTokenResponse WSTrustElementFactoryImpl.createRSTRFrom(javax.xml.bind.JAXBElement elem)
          create an RSTR from JAXBElement
 RequestSecurityTokenResponse WSTrustElementFactoryImpl.createRSTRFrom(javax.xml.transform.Source src)
          create an RSTR from a Source
 

Methods in com.sun.xml.ws.security.trust.impl with parameters of type RequestSecurityTokenResponse
 boolean WSTrustClientContractImpl.containsChallenge(RequestSecurityTokenResponse rstr)
          Contains Challenge
 java.net.URI WSTrustClientContractImpl.getComputedKeyAlgorithmFromProofToken(RequestSecurityTokenResponse rstr)
          Return the <wst:ComputedKey> URI if any inside the RSTR, null otherwise
 org.w3c.dom.Element WSTrustElementFactoryImpl.toElement(RequestSecurityTokenResponse rstr)
          Marshal an RSTR to DOM Element
 org.w3c.dom.Element WSTrustElementFactoryImpl.toElement(RequestSecurityTokenResponse rstr, org.w3c.dom.Document doc)
           
 javax.xml.bind.JAXBElement WSTrustElementFactoryImpl.toJAXBElement(RequestSecurityTokenResponse rstr)
          convert an RSTR to a JAXBElement
 javax.xml.transform.Source WSTrustElementFactoryImpl.toSource(RequestSecurityTokenResponse rstr)
          Marshal an RSTR to a Source
 

Method parameters in com.sun.xml.ws.security.trust.impl with type arguments of type RequestSecurityTokenResponse
 RequestSecurityTokenResponseCollection WSTrustElementFactoryImpl.createRSTRC(java.util.List<RequestSecurityTokenResponse> rstrs)
           
 

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

Classes in com.sun.xml.ws.security.trust.impl.elements that implement RequestSecurityTokenResponse
 class RequestSecurityTokenResponseImpl
          Implementation of a RequestSecurityTokenResponse.
 

Fields in com.sun.xml.ws.security.trust.impl.elements with type parameters of type RequestSecurityTokenResponse
protected  java.util.List<RequestSecurityTokenResponse> RequestSecurityTokenResponseCollectionImpl.requestSecurityTokenResponses
           
 

Methods in com.sun.xml.ws.security.trust.impl.elements that return types with arguments of type RequestSecurityTokenResponse
 java.util.List<RequestSecurityTokenResponse> RequestSecurityTokenResponseCollectionImpl.getRequestSecurityTokenResponses()
           
 

Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type RequestSecurityTokenResponse
 void RequestSecurityTokenResponseCollectionImpl.addRequestSecurityTokenResponse(RequestSecurityTokenResponse rstr)
           
 

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

Methods in com.sun.xml.ws.security.trust.impl.wssx that return RequestSecurityTokenResponse
 RequestSecurityTokenResponse WSTrustElementFactoryImpl.createRSTR()
          Create an Empty RSTR
 RequestSecurityTokenResponse WSTrustElementFactoryImpl.createRSTRForCancel()
          Create an RSTR for a Successful Token Cancellation
 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.
 RequestSecurityTokenResponse WSTrustElementFactoryImpl.createRSTRFrom(org.w3c.dom.Element elem)
          create an RSTR from DOM Element
 RequestSecurityTokenResponse WSTrustElementFactoryImpl.createRSTRFrom(javax.xml.bind.JAXBElement elem)
          create an RSTR from JAXBElement
 RequestSecurityTokenResponse WSTrustElementFactoryImpl.createRSTRFrom(javax.xml.transform.Source src)
          create an RSTR from a Source
 

Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type RequestSecurityTokenResponse
 org.w3c.dom.Element WSTrustElementFactoryImpl.toElement(RequestSecurityTokenResponse rstr)
          Marshal an RSTR to DOM Element
 org.w3c.dom.Element WSTrustElementFactoryImpl.toElement(RequestSecurityTokenResponse rstr, org.w3c.dom.Document doc)
           
 javax.xml.bind.JAXBElement WSTrustElementFactoryImpl.toJAXBElement(RequestSecurityTokenResponse rstr)
          convert an RSTR to a JAXBElement
 javax.xml.transform.Source WSTrustElementFactoryImpl.toSource(RequestSecurityTokenResponse rstr)
          Marshal an RSTR to a Source
 

Method parameters in com.sun.xml.ws.security.trust.impl.wssx with type arguments of type RequestSecurityTokenResponse
 RequestSecurityTokenResponseCollection WSTrustElementFactoryImpl.createRSTRC(java.util.List<RequestSecurityTokenResponse> rstrs)
           
 

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

Fields in com.sun.xml.ws.security.trust.impl.wssx.elements with type parameters of type RequestSecurityTokenResponse
protected  java.util.List<RequestSecurityTokenResponse> RequestSecurityTokenResponseCollectionImpl.requestSecurityTokenResponseList
           
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return types with arguments of type RequestSecurityTokenResponse
 java.util.List<RequestSecurityTokenResponse> RequestSecurityTokenResponseCollectionImpl.getRequestSecurityTokenResponses()
           
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type RequestSecurityTokenResponse
 void RequestSecurityTokenResponseCollectionImpl.addRequestSecurityTokenResponse(RequestSecurityTokenResponse rstr)
           
 

Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type RequestSecurityTokenResponse
RequestSecurityTokenResponseCollectionImpl(RequestSecurityTokenResponse rstr)