Uses of Interface
org.opensaml.soap.wsfed.RequestedSecurityToken
Packages that use RequestedSecurityToken
Package
Description
XMLObject interfaces for WS-Federation elements.
XML Object provider implementations for WS-Federation.
-
Uses of RequestedSecurityToken in org.opensaml.soap.wsfed
Methods in org.opensaml.soap.wsfed that return types with arguments of type RequestedSecurityTokenModifier and TypeMethodDescriptionRequestSecurityTokenResponse.getRequestedSecurityToken()Return the list of Security Token child elements. -
Uses of RequestedSecurityToken in org.opensaml.soap.wsfed.impl
Classes in org.opensaml.soap.wsfed.impl that implement RequestedSecurityTokenFields in org.opensaml.soap.wsfed.impl with type parameters of type RequestedSecurityTokenModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<RequestedSecurityToken>RequestSecurityTokenResponseImpl.requestedSecurityTokensList of all the request security tokens.Methods in org.opensaml.soap.wsfed.impl that return RequestedSecurityTokenModifier and TypeMethodDescriptionRequestedSecurityTokenBuilder.buildObject()Builds a WS-Federation object using its default element name.RequestedSecurityTokenBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.soap.wsfed.impl that return types with arguments of type RequestedSecurityTokenModifier and TypeMethodDescriptionRequestSecurityTokenResponseImpl.getRequestedSecurityToken()Return the list of Security Token child elements.