Uses of Interface
com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponse
-
-
Uses of RequestSecurityTokenResponse in com.sun.xml.ws.security.secconv
Methods in com.sun.xml.ws.security.secconv that return RequestSecurityTokenResponse Modifier and Type Method Description RequestSecurityTokenResponseWSSCClientContract. createRSTRForClientInitiatedIssuedTokenContext(AppliesTo scopes, IssuedTokenContext context)Create an RSTR for a client initiated IssuedTokenContext establishment, for example a Client Initiated WS-SecureConversation context.RequestSecurityTokenResponseWSSCClientContract. handleRSTRForNegotiatedExchange(RequestSecurityToken rst, RequestSecurityTokenResponse rstr, IssuedTokenContext context)Handle an RSTR returned by the Issuer and Respond to the ChallengeRequestSecurityTokenResponseWSSCContract. validate(RequestSecurityToken request, IssuedTokenContext context)Validate a SecurityContextTokenMethods in com.sun.xml.ws.security.secconv with parameters of type RequestSecurityTokenResponse Modifier and Type Method Description booleanWSSCClientContract. containsChallenge(RequestSecurityTokenResponse rstr)Contains ChallengeURIWSSCClientContract. 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.RequestSecurityTokenResponseWSSCClientContract. 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 RequestSecurityTokenResponse Modifier and Type Method Description abstract 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(jakarta.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 RequestSecurityTokenResponse Modifier and Type Method Description booleanWSTrustClientContract. containsChallenge(RequestSecurityTokenResponse rstr)Contains ChallengeURIWSTrustClientContract. 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 jakarta.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 RequestSecurityTokenResponse Modifier and Type Method Description abstract RequestSecurityTokenResponseCollectionWSTrustElementFactory. 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 RequestSecurityTokenResponse Modifier and Type Method Description 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 Modifier and Type Method Description RequestSecurityTokenResponseWSTrustElementFactoryImpl. createRSTR()Create an Empty RSTRRequestSecurityTokenResponseWSTrustElementFactoryImpl. createRSTRForCancel()Create an RSTR for a Successful Token CancellationRequestSecurityTokenResponseWSTrustElementFactoryImpl. 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.RequestSecurityTokenResponseWSTrustElementFactoryImpl. createRSTRForValidate(URI tokenType, RequestedSecurityToken token, Status status)create an RSTR for validate request.RequestSecurityTokenResponseWSTrustElementFactoryImpl. createRSTRFrom(jakarta.xml.bind.JAXBElement elem)create an RSTR from JAXBElementRequestSecurityTokenResponseWSTrustElementFactoryImpl. createRSTRFrom(Source src)create an RSTR from a SourceRequestSecurityTokenResponseWSTrustElementFactoryImpl. createRSTRFrom(Element elem)create an RSTR from DOM ElementMethods in com.sun.xml.ws.security.trust.impl with parameters of type RequestSecurityTokenResponse Modifier and Type Method Description booleanWSTrustClientContractImpl. containsChallenge(RequestSecurityTokenResponse rstr)Contains ChallengeURIWSTrustClientContractImpl. getComputedKeyAlgorithmFromProofToken(RequestSecurityTokenResponse rstr)Return the <wst:ComputedKey> URI if any inside the RSTR, null otherwiseElementWSTrustElementFactoryImpl. toElement(RequestSecurityTokenResponse rstr)Marshal an RSTR to DOM ElementElementWSTrustElementFactoryImpl. toElement(RequestSecurityTokenResponse rstr, Document doc)jakarta.xml.bind.JAXBElementWSTrustElementFactoryImpl. toJAXBElement(RequestSecurityTokenResponse rstr)convert an RSTR to a JAXBElementSourceWSTrustElementFactoryImpl. toSource(RequestSecurityTokenResponse rstr)Marshal an RSTR to a SourceMethod parameters in com.sun.xml.ws.security.trust.impl with type arguments of type RequestSecurityTokenResponse Modifier and Type Method Description RequestSecurityTokenResponseCollectionWSTrustElementFactoryImpl. 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 RequestSecurityTokenResponse Modifier and Type Class Description classRequestSecurityTokenResponseImplImplementation of a RequestSecurityTokenResponse.Fields in com.sun.xml.ws.security.trust.impl.elements with type parameters of type RequestSecurityTokenResponse Modifier and Type Field Description protected List<RequestSecurityTokenResponse>RequestSecurityTokenResponseCollectionImpl. requestSecurityTokenResponsesMethods in com.sun.xml.ws.security.trust.impl.elements that return types with arguments of type RequestSecurityTokenResponse Modifier and Type Method Description List<RequestSecurityTokenResponse>RequestSecurityTokenResponseCollectionImpl. getRequestSecurityTokenResponses()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type RequestSecurityTokenResponse Modifier and Type Method Description 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 RequestSecurityTokenResponse Modifier and Type Method Description RequestSecurityTokenResponseWSTrustElementFactoryImpl. createRSTR()Create an Empty RSTRRequestSecurityTokenResponseWSTrustElementFactoryImpl. createRSTRForCancel()Create an RSTR for a Successful Token CancellationRequestSecurityTokenResponseWSTrustElementFactoryImpl. 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.RequestSecurityTokenResponseWSTrustElementFactoryImpl. createRSTRForValidate(URI tokenType, RequestedSecurityToken token, Status status)create an RSTR for validate request.RequestSecurityTokenResponseWSTrustElementFactoryImpl. createRSTRFrom(jakarta.xml.bind.JAXBElement elem)create an RSTR from JAXBElementRequestSecurityTokenResponseWSTrustElementFactoryImpl. createRSTRFrom(Source src)create an RSTR from a SourceRequestSecurityTokenResponseWSTrustElementFactoryImpl. createRSTRFrom(Element elem)create an RSTR from DOM ElementMethods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type RequestSecurityTokenResponse Modifier and Type Method Description ElementWSTrustElementFactoryImpl. toElement(RequestSecurityTokenResponse rstr)Marshal an RSTR to DOM ElementElementWSTrustElementFactoryImpl. toElement(RequestSecurityTokenResponse rstr, Document doc)jakarta.xml.bind.JAXBElementWSTrustElementFactoryImpl. toJAXBElement(RequestSecurityTokenResponse rstr)convert an RSTR to a JAXBElementSourceWSTrustElementFactoryImpl. toSource(RequestSecurityTokenResponse rstr)Marshal an RSTR to a SourceMethod parameters in com.sun.xml.ws.security.trust.impl.wssx with type arguments of type RequestSecurityTokenResponse Modifier and Type Method Description RequestSecurityTokenResponseCollectionWSTrustElementFactoryImpl. 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 RequestSecurityTokenResponse Modifier and Type Class Description classRequestSecurityTokenResponseImplImplementation of a RequestSecurityTokenResponse.Fields in com.sun.xml.ws.security.trust.impl.wssx.elements with type parameters of type RequestSecurityTokenResponse Modifier and Type Field Description protected List<RequestSecurityTokenResponse>RequestSecurityTokenResponseCollectionImpl. requestSecurityTokenResponseListMethods in com.sun.xml.ws.security.trust.impl.wssx.elements that return types with arguments of type RequestSecurityTokenResponse Modifier and Type Method Description List<RequestSecurityTokenResponse>RequestSecurityTokenResponseCollectionImpl. getRequestSecurityTokenResponses()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type RequestSecurityTokenResponse Modifier and Type Method Description voidRequestSecurityTokenResponseCollectionImpl. addRequestSecurityTokenResponse(RequestSecurityTokenResponse rstr)Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type RequestSecurityTokenResponse Constructor Description RequestSecurityTokenResponseCollectionImpl(RequestSecurityTokenResponse rstr)
-