Uses of Interface
com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponseCollection
-
-
Uses of RequestSecurityTokenResponseCollection in com.sun.xml.ws.security.secconv
Methods in com.sun.xml.ws.security.secconv that return RequestSecurityTokenResponseCollection Modifier and Type Method Description RequestSecurityTokenResponseCollectionWSSCContract. issueMultiple(RequestSecurityToken request, IssuedTokenContext context)Issue a Collection of Token(s) possibly for different scopesMethods in com.sun.xml.ws.security.secconv with parameters of type RequestSecurityTokenResponseCollection Modifier and Type Method Description voidWSSCClientContract. handleRSTRC(RequestSecurityToken rst, RequestSecurityTokenResponseCollection rstrc, IssuedTokenContext context)Handle an RSTRC returned by the Issuer and update Token information into the IssuedTokenContext. -
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(javax.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 javax.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 -
Uses of RequestSecurityTokenResponseCollection in com.sun.xml.ws.security.trust.impl
Methods in com.sun.xml.ws.security.trust.impl with parameters of type RequestSecurityTokenResponseCollection Modifier and Type Method Description IssuedTokensWSTrustElementFactoryImpl. createIssuedTokens(RequestSecurityTokenResponseCollection issuedTokens)Create a wst:IssuedTokens objectElementWSTrustElementFactoryImpl. toElement(RequestSecurityTokenResponseCollection rstrCollection)Marshal an RSTR Collection to a DOM Elementjavax.xml.bind.JAXBElementWSTrustElementFactoryImpl. toJAXBElement(RequestSecurityTokenResponseCollection rstrCollection)convert an RSTR Collection to a JAXBElementSourceWSTrustElementFactoryImpl. toSource(RequestSecurityTokenResponseCollection rstrCollection)Marshal an RSTR Collection to a Source -
Uses of RequestSecurityTokenResponseCollection in com.sun.xml.ws.security.trust.impl.elements
Classes in com.sun.xml.ws.security.trust.impl.elements that implement RequestSecurityTokenResponseCollection Modifier and Type Class Description classRequestSecurityTokenResponseCollectionImplMethods in com.sun.xml.ws.security.trust.impl.elements that return RequestSecurityTokenResponseCollection Modifier and Type Method Description RequestSecurityTokenResponseCollectionIssuedTokensImpl. getIssuedTokens()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type RequestSecurityTokenResponseCollection Modifier and Type Method Description voidIssuedTokensImpl. setIssuedTokens(RequestSecurityTokenResponseCollection rcollection)Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type RequestSecurityTokenResponseCollection Constructor Description IssuedTokensImpl(RequestSecurityTokenResponseCollection rcollection) -
Uses of RequestSecurityTokenResponseCollection in com.sun.xml.ws.security.trust.impl.wssx
Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type RequestSecurityTokenResponseCollection Modifier and Type Method Description IssuedTokensWSTrustElementFactoryImpl. createIssuedTokens(RequestSecurityTokenResponseCollection issuedTokens)Create a wst:IssuedTokens objectElementWSTrustElementFactoryImpl. toElement(RequestSecurityTokenResponseCollection rstrCollection)Marshal an RSTR Collection to a DOM Elementjavax.xml.bind.JAXBElementWSTrustElementFactoryImpl. toJAXBElement(RequestSecurityTokenResponseCollection rstrCollection)convert an RSTR Collection to a JAXBElementSourceWSTrustElementFactoryImpl. toSource(RequestSecurityTokenResponseCollection rstrCollection)Marshal an RSTR Collection to a Source -
Uses of RequestSecurityTokenResponseCollection in com.sun.xml.ws.security.trust.impl.wssx.elements
Classes in com.sun.xml.ws.security.trust.impl.wssx.elements that implement RequestSecurityTokenResponseCollection Modifier and Type Class Description classRequestSecurityTokenResponseCollectionImplMethods in com.sun.xml.ws.security.trust.impl.wssx.elements that return RequestSecurityTokenResponseCollection Modifier and Type Method Description RequestSecurityTokenResponseCollectionIssuedTokensImpl. getIssuedTokens()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type RequestSecurityTokenResponseCollection Modifier and Type Method Description voidIssuedTokensImpl. setIssuedTokens(RequestSecurityTokenResponseCollection rcollection)Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type RequestSecurityTokenResponseCollection Constructor Description IssuedTokensImpl(RequestSecurityTokenResponseCollection rcollection)
-