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. -
-
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.
-