Package net.shibboleth.idp.authn.config.navigate
Functions for traversing authentication configurations.
-
Class Summary Class Description AuthenticationFlowsLookupFunction A function that returnsAuthenticationProfileConfiguration.getAuthenticationFlows(org.opensaml.profile.context.ProfileRequestContext)() if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.ForceAuthnProfileConfigPredicate A predicate that evaluates aProfileRequestContextand determines whether forced authentication should be set based on the associatedAuthenticationProfileConfiguration.PostAuthenticationFlowsLookupFunction A function that returnsAuthenticationProfileConfiguration.getPostAuthenticationFlows(org.opensaml.profile.context.ProfileRequestContext)() if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.