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 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 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
-