Uses of Class
net.shibboleth.idp.authn.MultiFactorAuthenticationTransition
Packages that use MultiFactorAuthenticationTransition
Package
Description
Context classes for managing authentication-related state.
Implementation of various authentication actions.
-
Uses of MultiFactorAuthenticationTransition in net.shibboleth.idp.authn.context
Fields in net.shibboleth.idp.authn.context with type parameters of type MultiFactorAuthenticationTransitionModifier and TypeFieldDescriptionprivate Map<String,MultiFactorAuthenticationTransition> MultiFactorAuthenticationContext.transitionMapMap of login "factors" (flows) and the transition rules to run after them.Methods in net.shibboleth.idp.authn.context that return types with arguments of type MultiFactorAuthenticationTransitionModifier and TypeMethodDescriptionMultiFactorAuthenticationContext.getTransitionMap()Get a live map of the transitions to apply.Method parameters in net.shibboleth.idp.authn.context with type arguments of type MultiFactorAuthenticationTransitionModifier and TypeMethodDescriptionMultiFactorAuthenticationContext.setTransitionMap(Map<String, MultiFactorAuthenticationTransition> map) Set the map of transitions to apply, replacing any existing entries. -
Uses of MultiFactorAuthenticationTransition in net.shibboleth.idp.authn.impl
Fields in net.shibboleth.idp.authn.impl with type parameters of type MultiFactorAuthenticationTransitionModifier and TypeFieldDescriptionPopulateMultiFactorAuthenticationContext.transitionMapLookupStrategyLookup strategy for obtaining the map of transition rules to use.Methods in net.shibboleth.idp.authn.impl with parameters of type MultiFactorAuthenticationTransitionModifier and TypeMethodDescriptionprivate voidTransitionMultiFactorAuthentication.doTransition(ProfileRequestContext profileRequestContext, AuthenticationContext authenticationContext, MultiFactorAuthenticationTransition transition) Respond to a signal to transition the MFA process to a new flow.Method parameters in net.shibboleth.idp.authn.impl with type arguments of type MultiFactorAuthenticationTransitionModifier and TypeMethodDescriptionvoidPopulateMultiFactorAuthenticationContext.setTransitionMapLookupStrategy(Function<ProfileRequestContext, Map<String, MultiFactorAuthenticationTransition>> strategy) Set the strategy to lookup the map of transition rules to apply.