| Class | Description |
|---|---|
| AbstractMultifactorAuthenticationAction<T extends org.apereo.cas.services.MultifactorAuthenticationProvider> |
Abstract class that provides the doPreExecute() hook to set the find the provider for this webflow to be used by
extending classes in doExecute().
|
| MultifactorAuthenticationAvailableAction |
Action that will be called as part of the MFA subflow to determine if a MFA provider
is up and available to provide authentications.
|
| MultifactorAuthenticationBypassAction |
Action that is responsible for determing if this MFA provider for the current subflow can
be bypassed for the user attempting to login into the service.
|
| MultifactorAuthenticationFailureAction |
Action executed to determine how a MFA provider should fail if unavailable.
|