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.
Classes supporting Java
Principal usage.-
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. -
Uses of MultiFactorAuthenticationContext in net.shibboleth.idp.authn.impl
Fields in net.shibboleth.idp.authn.impl declared as MultiFactorAuthenticationContextModifier and TypeFieldDescriptionprivate MultiFactorAuthenticationContextFinalizeMultiFactorAuthentication.mfaContextA subordinateMultiFactorAuthenticationContext, if any.private MultiFactorAuthenticationContextTransitionMultiFactorAuthentication.mfaContextA subordinateMultiFactorAuthenticationContext, if any.Fields in net.shibboleth.idp.authn.impl with type parameters of type MultiFactorAuthenticationContextModifier and TypeFieldDescriptionPopulateMultiFactorAuthenticationContext.multiFactorContextCreationStrategyLookup/creation function for the context to populate.FinalizeMultiFactorAuthentication.multiFactorContextLookupStrategyLookup function for the context to evaluate.TransitionMultiFactorAuthentication.multiFactorContextLookupStrategyLookup function for the context to evaluate.Method parameters in net.shibboleth.idp.authn.impl with type arguments of type MultiFactorAuthenticationContextModifier and TypeMethodDescriptionvoidPopulateMultiFactorAuthenticationContext.setMultiFactorContextCreationStrategy(Function<ProfileRequestContext, MultiFactorAuthenticationContext> strategy) Set the lookup/creation strategy to use for the context to populate.voidFinalizeMultiFactorAuthentication.setMultiFactorContextLookupStrategy(Function<ProfileRequestContext, MultiFactorAuthenticationContext> strategy) Set the lookup strategy to use for the context to evaluate.voidTransitionMultiFactorAuthentication.setMultiFactorContextLookupStrategy(Function<ProfileRequestContext, MultiFactorAuthenticationContext> strategy) Set the lookup strategy to use for the context to evaluate. -
Uses of MultiFactorAuthenticationContext in net.shibboleth.idp.authn.principal
Methods in net.shibboleth.idp.authn.principal with parameters of type MultiFactorAuthenticationContextModifier and TypeMethodDescriptionPrincipalSupport.getPrincipalNames(MultiFactorAuthenticationContext mfaContext, String flowId, Class<? extends Principal> claz)