| Interface | Description |
|---|---|
| AuthenticationMethodVerifier |
Strategy interface for verifying requested mfa authentication methods.
|
| MultiFactorAuthenticationSupportingWebApplicationService |
The MultiFactorAuthenticationService is an extension of the generic CAS
WebApplicationService
that defines the authentication method accepted by the service. |
| MultiFactorWebApplicationServiceFactory |
Factory abstraction for creating instances of
MultiFactorAuthenticationSupportingWebApplicationService. |
| Class | Description |
|---|---|
| AbstractMultiFactorAuthenticationArgumentExtractor |
Abstract extractor containing common functionality pertaining to authentication methods verification and target service extraction
that subclasses delegate to.
|
| DefaultAuthenticationMethodVerifier |
Default implementation of
AuthenticationMethodVerifier. |
| DefaultMultiFactorAuthenticationSupportingWebApplicationService |
The MultiFactorAuthenticationService is an extension of the generic CAS service
that delegates calls to
SimpleWebApplicationServiceImpl. |
| DefaultMultiFactorWebApplicationServiceFactory |
Default implementation of
MfaWebApplicationServiceFactory. |
| MultiFactorAuthenticationRequestsCollectingArgumentExtractor |
Composite argument extractor that collects and aggregates all possible mfa requests
(from different sources e.g.
|
| RegisteredServiceAttributeMultiFactorAuthenticationArgumentExtractor |
The multifactor authentication argument extractor, responsible to
instruct CAS with the constructed instance of a
WebApplicationService. |
| RequestParameterMultiFactorAuthenticationArgumentExtractor |
The multifactor authentication argument extractor, responsible to
instruct CAS with the constructed instance of a
WebApplicationService. |
| Enum | Description |
|---|---|
| MultiFactorAuthenticationSupportingWebApplicationService.AuthenticationMethodSource |
Enum type representing the type of authentication method source.
|
| Exception | Description |
|---|---|
| UnrecognizedAuthenticationMethodException |
Thrown if an incoming authentication request specified an authentication
method that is not supported and/or recognized by the MFA configuration.
|
Copyright © 2013-2015 Unicon Inc.. All Rights Reserved.