Uses of Interface
org.opensaml.soap.wstrust.RequestSecurityTokenResponseCollection
-
Packages that use RequestSecurityTokenResponseCollection Package Description org.opensaml.soap.wstrust XMLObject interfaces for WS-Trust 1.3 elements.org.opensaml.soap.wstrust.impl XML Object provider implementations for WS-Trust. -
-
Uses of RequestSecurityTokenResponseCollection in org.opensaml.soap.wstrust
Subinterfaces of RequestSecurityTokenResponseCollection in org.opensaml.soap.wstrust Modifier and Type Interface Description interfaceIssuedTokensThe wst:IssuedTokens element. -
Uses of RequestSecurityTokenResponseCollection in org.opensaml.soap.wstrust.impl
Classes in org.opensaml.soap.wstrust.impl that implement RequestSecurityTokenResponseCollection Modifier and Type Class Description classIssuedTokensImplIssuedTokensImpl.classRequestSecurityTokenResponseCollectionImplRequestSecurityTokenResponseCollectionImpl.Methods in org.opensaml.soap.wstrust.impl that return RequestSecurityTokenResponseCollection Modifier and Type Method Description RequestSecurityTokenResponseCollectionRequestSecurityTokenResponseCollectionBuilder. buildObject()Builds a WS-Trust object of the given type.RequestSecurityTokenResponseCollectionRequestSecurityTokenResponseCollectionBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.
-