Class AuthenticationFlowsLookupFunction

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

public class AuthenticationFlowsLookupFunction extends AbstractRelyingPartyLookupFunction<Collection<String>>
A function that returns AuthenticationProfileConfiguration.getAuthenticationFlows(org.opensaml.profile.context.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.