Uses of Interface
org.opensaml.soap.wstrust.RequestSecurityToken
Packages that use RequestSecurityToken
Package
Description
XMLObject interfaces for WS-Trust 1.3 elements.
XML Object provider implementations for WS-Trust.
-
Uses of RequestSecurityToken in org.opensaml.soap.wstrust
Methods in org.opensaml.soap.wstrust that return types with arguments of type RequestSecurityTokenModifier and TypeMethodDescriptionRequestSecurityTokenCollection.getRequestSecurityTokens()
Returns the list of wst:RequestSecurityToken child elements contained in the RSTC. -
Uses of RequestSecurityToken in org.opensaml.soap.wstrust.impl
Classes in org.opensaml.soap.wstrust.impl that implement RequestSecurityTokenFields in org.opensaml.soap.wstrust.impl with type parameters of type RequestSecurityTokenModifier and TypeFieldDescriptionprivate List<RequestSecurityToken>
RequestSecurityTokenCollectionImpl.requestSecurityTokens
The list of wst:RequestSecurityToken child elements.Methods in org.opensaml.soap.wstrust.impl that return RequestSecurityTokenModifier and TypeMethodDescriptionRequestSecurityTokenBuilder.buildObject()
Builds a WS-Trust object of the given type.RequestSecurityTokenBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.soap.wstrust.impl that return types with arguments of type RequestSecurityTokenModifier and TypeMethodDescriptionRequestSecurityTokenCollectionImpl.getRequestSecurityTokens()
Returns the list of wst:RequestSecurityToken child elements contained in the RSTC.