Uses of Class
net.shibboleth.idp.authn.context.MultiFactorAuthenticationContext
-
Packages that use MultiFactorAuthenticationContext Package Description net.shibboleth.idp.authn.context Context classes for managing authentication-related state.net.shibboleth.idp.authn.impl Implementation of various authentication actions. -
-
Uses of MultiFactorAuthenticationContext in net.shibboleth.idp.authn.context
Methods in net.shibboleth.idp.authn.context that return MultiFactorAuthenticationContext Modifier and Type Method Description MultiFactorAuthenticationContextMultiFactorAuthenticationContext. setAuthenticationFlowDescriptor(AuthenticationFlowDescriptor descriptor)Set theAuthenticationFlowDescriptorrepresenting the MFA flow.MultiFactorAuthenticationContextMultiFactorAuthenticationContext. setEvent(String e)Set an event that should be signaled as the result of the MFA flow.MultiFactorAuthenticationContextMultiFactorAuthenticationContext. setNextFlowId(String id)Set the next flow due to execute.MultiFactorAuthenticationContextMultiFactorAuthenticationContext. 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 MultiFactorAuthenticationContext Modifier and Type Field Description private MultiFactorAuthenticationContextFinalizeMultiFactorAuthentication. mfaContextA subordinateMultiFactorAuthenticationContext, if any.private MultiFactorAuthenticationContextTransitionMultiFactorAuthentication. mfaContextA subordinateMultiFactorAuthenticationContext, if any.Fields in net.shibboleth.idp.authn.impl with type parameters of type MultiFactorAuthenticationContext Modifier and Type Field Description private Function<ProfileRequestContext,MultiFactorAuthenticationContext>PopulateMultiFactorAuthenticationContext. multiFactorContextCreationStrategyLookup/creation function for the context to populate.private Function<ProfileRequestContext,MultiFactorAuthenticationContext>FinalizeMultiFactorAuthentication. multiFactorContextLookupStrategyLookup function for the context to evaluate.private Function<ProfileRequestContext,MultiFactorAuthenticationContext>TransitionMultiFactorAuthentication. multiFactorContextLookupStrategyLookup function for the context to evaluate.Method parameters in net.shibboleth.idp.authn.impl with type arguments of type MultiFactorAuthenticationContext Modifier and Type Method Description voidPopulateMultiFactorAuthenticationContext. 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.
-