Uses of Class
net.shibboleth.idp.authn.context.MultiFactorAuthenticationContext
Packages that use MultiFactorAuthenticationContext
Package
Description
Context classes for managing authentication-related state.
-
Uses of MultiFactorAuthenticationContext in net.shibboleth.idp.authn.context
Methods in net.shibboleth.idp.authn.context that return MultiFactorAuthenticationContextModifier and TypeMethodDescriptionMultiFactorAuthenticationContext.setAuthenticationFlowDescriptor(AuthenticationFlowDescriptor descriptor) Set theAuthenticationFlowDescriptorrepresenting the MFA flow.Set an event that should be signaled as the result of the MFA flow.MultiFactorAuthenticationContext.setNextFlowId(String id) Set the next flow due to execute.MultiFactorAuthenticationContext.setTransitionMap(Map<String, MultiFactorAuthenticationTransition> map) Set the map of transitions to apply, replacing any existing entries.