Uses of Interface
com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponse
-
Packages that use RequestSecurityTokenResponse Package Description com.sun.xml.ws.security.trust com.sun.xml.ws.security.trust.elements -
-
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 abstract 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.
-