Uses of Class
net.shibboleth.idp.authn.MultiFactorAuthenticationTransition
-
Packages that use MultiFactorAuthenticationTransition Package Description net.shibboleth.idp.authn.context 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 MultiFactorAuthenticationTransition Modifier and Type Field Description private 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 MultiFactorAuthenticationTransition Modifier and Type Method Description Map<String,MultiFactorAuthenticationTransition>MultiFactorAuthenticationContext. getTransitionMap()Get a live map of the transitions to apply.Method parameters in net.shibboleth.idp.authn.context with type arguments of type MultiFactorAuthenticationTransition Modifier and Type Method Description MultiFactorAuthenticationContextMultiFactorAuthenticationContext. setTransitionMap(Map<String,MultiFactorAuthenticationTransition> map)Set the map of transitions to apply, replacing any existing entries.
-