Uses of Class
net.shibboleth.idp.authn.context.MultiFactorAuthenticationContext
Packages that use MultiFactorAuthenticationContext
Package
Description
Context classes for managing authentication-related state.
Implementation of various authentication actions.
-
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 theAuthenticationFlowDescriptor
representing 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. -
Uses of MultiFactorAuthenticationContext in net.shibboleth.idp.authn.impl
Fields in net.shibboleth.idp.authn.impl declared as MultiFactorAuthenticationContextModifier and TypeFieldDescriptionprivate MultiFactorAuthenticationContext
FinalizeMultiFactorAuthentication.mfaContext
A subordinateMultiFactorAuthenticationContext
, if any.private MultiFactorAuthenticationContext
TransitionMultiFactorAuthentication.mfaContext
A subordinateMultiFactorAuthenticationContext
, if any.Fields in net.shibboleth.idp.authn.impl with type parameters of type MultiFactorAuthenticationContextModifier and TypeFieldDescriptionPopulateMultiFactorAuthenticationContext.multiFactorContextCreationStrategy
Lookup/creation function for the context to populate.FinalizeMultiFactorAuthentication.multiFactorContextLookupStrategy
Lookup function for the context to evaluate.TransitionMultiFactorAuthentication.multiFactorContextLookupStrategy
Lookup function for the context to evaluate.Method parameters in net.shibboleth.idp.authn.impl with type arguments of type MultiFactorAuthenticationContextModifier and TypeMethodDescriptionvoid
PopulateMultiFactorAuthenticationContext.setMultiFactorContextCreationStrategy
(Function<ProfileRequestContext, MultiFactorAuthenticationContext> strategy) Set the lookup/creation strategy to use for the context to populate.void
FinalizeMultiFactorAuthentication.setMultiFactorContextLookupStrategy
(Function<ProfileRequestContext, MultiFactorAuthenticationContext> strategy) Set the lookup strategy to use for the context to evaluate.void
TransitionMultiFactorAuthentication.setMultiFactorContextLookupStrategy
(Function<ProfileRequestContext, MultiFactorAuthenticationContext> strategy) Set the lookup strategy to use for the context to evaluate.