Uses of Interface
com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponseCollection
-
Packages that use RequestSecurityTokenResponseCollection Package Description com.sun.xml.ws.security.trust com.sun.xml.ws.security.trust.elements -
-
Uses of RequestSecurityTokenResponseCollection in com.sun.xml.ws.security.trust
Methods in com.sun.xml.ws.security.trust that return RequestSecurityTokenResponseCollection Modifier and Type Method Description abstract RequestSecurityTokenResponseCollectionWSTrustElementFactory. createRSTRC(List<RequestSecurityTokenResponse> rstrs)abstract RequestSecurityTokenResponseCollectionWSTrustElementFactory. createRSTRCollectionForIssue(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attachedRef, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)Create a collection of RequestSecurityTokenResponse(s)abstract RequestSecurityTokenResponseCollectionWSTrustElementFactory. createRSTRCollectionFrom(jakarta.xml.bind.JAXBElement elem)create an RSTR Collection from JAXBElementabstract RequestSecurityTokenResponseCollectionWSTrustElementFactory. createRSTRCollectionFrom(Source src)Create RSTR Collection from Sourceabstract RequestSecurityTokenResponseCollectionWSTrustElementFactory. createRSTRCollectionFrom(Element elem)Create RSTR Collection from ElementMethods in com.sun.xml.ws.security.trust with parameters of type RequestSecurityTokenResponseCollection Modifier and Type Method Description abstract IssuedTokensWSTrustElementFactory. createIssuedTokens(RequestSecurityTokenResponseCollection issuedTokens)Create a wst:IssuedTokens objectabstract ElementWSTrustElementFactory. toElement(RequestSecurityTokenResponseCollection rstrCollection)Marshal an RSTR Collection to a DOM Elementabstract jakarta.xml.bind.JAXBElementWSTrustElementFactory. toJAXBElement(RequestSecurityTokenResponseCollection rstrCollection)convert an RSTR Collection to a JAXBElementabstract SourceWSTrustElementFactory. toSource(RequestSecurityTokenResponseCollection rstrCollection)Marshal an RSTR Collection to a Source -
Uses of RequestSecurityTokenResponseCollection in com.sun.xml.ws.security.trust.elements
Methods in com.sun.xml.ws.security.trust.elements that return RequestSecurityTokenResponseCollection Modifier and Type Method Description RequestSecurityTokenResponseCollectionIssuedTokens. getIssuedTokens()Gets the RequestSecurityTokenResponseCollectionMethods in com.sun.xml.ws.security.trust.elements with parameters of type RequestSecurityTokenResponseCollection Modifier and Type Method Description voidIssuedTokens. setIssuedTokens(RequestSecurityTokenResponseCollection rcollection)Sets the RequestSecurityTokenResponseCollection
-