Package net.shibboleth.idp.authn.config.navigate
package net.shibboleth.idp.authn.config.navigate
Functions for traversing authentication configurations.
-
ClassesClassDescriptionA function that returns
AuthenticationProfileConfiguration.getAuthenticationFlows(org.opensaml.profile.context.ProfileRequestContext)
() if such a profile is available from aRelyingPartyContext
obtained via a lookup function, by default a child of theProfileRequestContext
.A predicate that evaluates aProfileRequestContext
and determines whether forced authentication should be set based on the associatedAuthenticationProfileConfiguration
.A function that returnsAuthenticationProfileConfiguration.getPostAuthenticationFlows(org.opensaml.profile.context.ProfileRequestContext)
() if such a profile is available from aRelyingPartyContext
obtained via a lookup function, by default a child of theProfileRequestContext
.