Uses of Interface
com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponse
Packages that use RequestSecurityTokenResponse
Package
Description
-
Uses of RequestSecurityTokenResponse in com.sun.xml.ws.security.secconv
Methods in com.sun.xml.ws.security.secconv that return RequestSecurityTokenResponseModifier and TypeMethodDescriptionWSSCClientContract.createRSTRForClientInitiatedIssuedTokenContext(AppliesTo scopes, IssuedTokenContext context) Create an RSTR for a client initiated IssuedTokenContext establishment, for example a Client Initiated WS-SecureConversation context.WSSCClientContract.handleRSTRForNegotiatedExchange(RequestSecurityToken rst, RequestSecurityTokenResponse rstr, IssuedTokenContext context) Handle an RSTR returned by the Issuer and Respond to the ChallengeWSSCContract.validate(RequestSecurityToken request, IssuedTokenContext context) Validate a SecurityContextTokenMethods in com.sun.xml.ws.security.secconv with parameters of type RequestSecurityTokenResponseModifier and TypeMethodDescriptionbooleanWSSCClientContract.containsChallenge(RequestSecurityTokenResponse rstr) Contains ChallengeWSSCClientContract.getComputedKeyAlgorithmFromProofToken(RequestSecurityTokenResponse rstr) Return the <wst:ComputedKey> URI if any inside the RSTR, null otherwisevoidWSSCClientContract.handleRSTR(RequestSecurityToken rst, RequestSecurityTokenResponse rstr, IssuedTokenContext context) Handle an RSTR returned by the Issuer and update Token information into the IssuedTokenContext.WSSCClientContract.handleRSTRForNegotiatedExchange(RequestSecurityToken rst, RequestSecurityTokenResponse rstr, IssuedTokenContext context) Handle an RSTR returned by the Issuer and Respond to the ChallengevoidWSSCContract.handleUnsolicited(RequestSecurityTokenResponse rstr, 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 RequestSecurityTokenResponseModifier and TypeMethodDescriptionabstract RequestSecurityTokenResponseWSTrustElementFactory.createRSTR()Create an Empty RSTRabstract RequestSecurityTokenResponseWSTrustElementFactory.createRSTRForCancel()Create an RSTR for a Successful Token Cancellationabstract 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 Responseabstract RequestSecurityTokenResponseWSTrustElementFactory.createRSTRForValidate(URI tokenType, RequestedSecurityToken token, Status status) create an RSTR for validate request.abstract RequestSecurityTokenResponseWSTrustElementFactory.createRSTRFrom(javax.xml.bind.JAXBElement elem) create an RSTR from JAXBElementabstract RequestSecurityTokenResponseWSTrustElementFactory.createRSTRFrom(Source src) create an RSTR from a Sourceabstract RequestSecurityTokenResponseWSTrustElementFactory.createRSTRFrom(Element elem) create an RSTR from DOM ElementMethods in com.sun.xml.ws.security.trust with parameters of type RequestSecurityTokenResponseModifier and TypeMethodDescriptionbooleanWSTrustClientContract.containsChallenge(RequestSecurityTokenResponse rstr) Contains ChallengeWSTrustClientContract.getComputedKeyAlgorithmFromProofToken(RequestSecurityTokenResponse rstr) Return the <wst:ComputedKey> URI if any inside the RSTR, null otherwiseabstract ElementWSTrustElementFactory.toElement(RequestSecurityTokenResponse rstr) Marshal an RSTR to DOM Elementabstract ElementWSTrustElementFactory.toElement(RequestSecurityTokenResponse rstr, Document doc) abstract javax.xml.bind.JAXBElementWSTrustElementFactory.toJAXBElement(RequestSecurityTokenResponse rstr) convert an RSTR to a JAXBElementabstract SourceWSTrustElementFactory.toSource(RequestSecurityTokenResponse rstr) Marshal an RSTR to a SourceMethod parameters in com.sun.xml.ws.security.trust with type arguments of type RequestSecurityTokenResponseModifier and TypeMethodDescriptionWSTrustElementFactory.createRSTRC(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 RequestSecurityTokenResponseModifier and TypeMethodDescriptionRequestSecurityTokenResponseCollection.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 RequestSecurityTokenResponseModifier and TypeMethodDescriptionWSTrustElementFactoryImpl.createRSTR()Create an Empty RSTRWSTrustElementFactoryImpl.createRSTRForCancel()Create an RSTR for a Successful Token CancellationWSTrustElementFactoryImpl.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.WSTrustElementFactoryImpl.createRSTRForValidate(URI tokenType, RequestedSecurityToken token, Status status) create an RSTR for validate request.WSTrustElementFactoryImpl.createRSTRFrom(javax.xml.bind.JAXBElement elem) create an RSTR from JAXBElementWSTrustElementFactoryImpl.createRSTRFrom(Source src) create an RSTR from a SourceWSTrustElementFactoryImpl.createRSTRFrom(Element elem) create an RSTR from DOM ElementMethods in com.sun.xml.ws.security.trust.impl with parameters of type RequestSecurityTokenResponseModifier and TypeMethodDescriptionbooleanWSTrustClientContractImpl.containsChallenge(RequestSecurityTokenResponse rstr) Contains ChallengeWSTrustClientContractImpl.getComputedKeyAlgorithmFromProofToken(RequestSecurityTokenResponse rstr) Return the <wst:ComputedKey> URI if any inside the RSTR, null otherwiseWSTrustElementFactoryImpl.toElement(RequestSecurityTokenResponse rstr) Marshal an RSTR to DOM ElementWSTrustElementFactoryImpl.toElement(RequestSecurityTokenResponse rstr, Document doc) javax.xml.bind.JAXBElementWSTrustElementFactoryImpl.toJAXBElement(RequestSecurityTokenResponse rstr) convert an RSTR to a JAXBElementWSTrustElementFactoryImpl.toSource(RequestSecurityTokenResponse rstr) Marshal an RSTR to a SourceMethod parameters in com.sun.xml.ws.security.trust.impl with type arguments of type RequestSecurityTokenResponseModifier and TypeMethodDescriptionWSTrustElementFactoryImpl.createRSTRC(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 RequestSecurityTokenResponseModifier and TypeClassDescriptionclassImplementation of a RequestSecurityTokenResponse.Fields in com.sun.xml.ws.security.trust.impl.elements with type parameters of type RequestSecurityTokenResponseModifier and TypeFieldDescriptionprotected List<RequestSecurityTokenResponse>RequestSecurityTokenResponseCollectionImpl.requestSecurityTokenResponsesMethods in com.sun.xml.ws.security.trust.impl.elements that return types with arguments of type RequestSecurityTokenResponseModifier and TypeMethodDescriptionRequestSecurityTokenResponseCollectionImpl.getRequestSecurityTokenResponses()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type RequestSecurityTokenResponseModifier and TypeMethodDescriptionfinal voidRequestSecurityTokenResponseCollectionImpl.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 RequestSecurityTokenResponseModifier and TypeMethodDescriptionWSTrustElementFactoryImpl.createRSTR()Create an Empty RSTRWSTrustElementFactoryImpl.createRSTRForCancel()Create an RSTR for a Successful Token CancellationWSTrustElementFactoryImpl.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.WSTrustElementFactoryImpl.createRSTRForValidate(URI tokenType, RequestedSecurityToken token, Status status) create an RSTR for validate request.WSTrustElementFactoryImpl.createRSTRFrom(javax.xml.bind.JAXBElement elem) create an RSTR from JAXBElementWSTrustElementFactoryImpl.createRSTRFrom(Source src) create an RSTR from a SourceWSTrustElementFactoryImpl.createRSTRFrom(Element elem) create an RSTR from DOM ElementMethods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type RequestSecurityTokenResponseModifier and TypeMethodDescriptionWSTrustElementFactoryImpl.toElement(RequestSecurityTokenResponse rstr) Marshal an RSTR to DOM ElementWSTrustElementFactoryImpl.toElement(RequestSecurityTokenResponse rstr, Document doc) javax.xml.bind.JAXBElementWSTrustElementFactoryImpl.toJAXBElement(RequestSecurityTokenResponse rstr) convert an RSTR to a JAXBElementWSTrustElementFactoryImpl.toSource(RequestSecurityTokenResponse rstr) Marshal an RSTR to a SourceMethod parameters in com.sun.xml.ws.security.trust.impl.wssx with type arguments of type RequestSecurityTokenResponseModifier and TypeMethodDescriptionWSTrustElementFactoryImpl.createRSTRC(List<RequestSecurityTokenResponse> rstrs) -
Uses of RequestSecurityTokenResponse in com.sun.xml.ws.security.trust.impl.wssx.elements
Classes in com.sun.xml.ws.security.trust.impl.wssx.elements that implement RequestSecurityTokenResponseModifier and TypeClassDescriptionclassImplementation of a RequestSecurityTokenResponse.Fields in com.sun.xml.ws.security.trust.impl.wssx.elements with type parameters of type RequestSecurityTokenResponseModifier and TypeFieldDescriptionprotected List<RequestSecurityTokenResponse>RequestSecurityTokenResponseCollectionImpl.requestSecurityTokenResponseListMethods in com.sun.xml.ws.security.trust.impl.wssx.elements that return types with arguments of type RequestSecurityTokenResponseModifier and TypeMethodDescriptionRequestSecurityTokenResponseCollectionImpl.getRequestSecurityTokenResponses()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type RequestSecurityTokenResponseModifier and TypeMethodDescriptionvoidRequestSecurityTokenResponseCollectionImpl.addRequestSecurityTokenResponse(RequestSecurityTokenResponse rstr) Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type RequestSecurityTokenResponseModifierConstructorDescription