Class PostAuthenticationFlowsLookupFunction

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

public class PostAuthenticationFlowsLookupFunction extends AbstractRelyingPartyLookupFunction<Collection<String>>
A function that returns AuthenticationProfileConfiguration.getPostAuthenticationFlows(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.