Uses of Class
net.shibboleth.idp.authn.MultiFactorAuthenticationTransition
Packages that use MultiFactorAuthenticationTransition
Package
Description
Context classes for managing authentication-related state.
-
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.