Class QualifiedNameIDFormatsLookupFunction

java.lang.Object
net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction<Collection<String>>
net.shibboleth.idp.saml.profile.config.navigate.QualifiedNameIDFormatsLookupFunction
All Implemented Interfaces:
Function<ProfileRequestContext,Collection<String>>, ContextDataLookupFunction<ProfileRequestContext,Collection<String>>

public class QualifiedNameIDFormatsLookupFunction extends AbstractRelyingPartyLookupFunction<Collection<String>>
A function that returns the NameID Formats whose NameQualifier attributes should allow for defaulting based on the result of SingleLogoutProfileConfiguration.getQualifiedNameIDFormats(ProfileRequestContext) if such a profile is available from a RelyingPartyContext obtained via a lookup function, by default a child of the ProfileRequestContext.

If a specific setting is unavailable, no values are returned.

Since:
3.4.0