Uses of Interface
org.opensaml.soap.wsfed.AppliesTo
Packages that use AppliesTo
Package
Description
XMLObject interfaces for WS-Federation elements.
XML Object provider implementations for WS-Federation.
-
Uses of AppliesTo in org.opensaml.soap.wsfed
Methods in org.opensaml.soap.wsfed that return AppliesToModifier and TypeMethodDescriptionRequestSecurityTokenResponse.getAppliesTo()Gets the entity to which the token applies.Methods in org.opensaml.soap.wsfed with parameters of type AppliesToModifier and TypeMethodDescriptionvoidRequestSecurityTokenResponse.setAppliesTo(AppliesTo appliesTo) Set the entity to which the token applies. -
Uses of AppliesTo in org.opensaml.soap.wsfed.impl
Classes in org.opensaml.soap.wsfed.impl that implement AppliesToFields in org.opensaml.soap.wsfed.impl declared as AppliesToModifier and TypeFieldDescriptionprivate AppliesToRequestSecurityTokenResponseImpl.appliesToEntity to whom the tokens apply.Methods in org.opensaml.soap.wsfed.impl that return AppliesToModifier and TypeMethodDescriptionAppliesToBuilder.buildObject()Builds a WS-Federation object using its default element name.AppliesToBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.RequestSecurityTokenResponseImpl.getAppliesTo()Gets the entity to which the token applies.Methods in org.opensaml.soap.wsfed.impl with parameters of type AppliesToModifier and TypeMethodDescriptionvoidRequestSecurityTokenResponseImpl.setAppliesTo(AppliesTo newappliesTo) Set the entity to which the token applies.