| Interface | Description |
|---|---|
| RecoveryAuthenticationProvider |
Marker interface for RecoveryAuthenticationProvider when you do not implement is this way you get error messages like:
|
| TwoFactorAuthenticationProvider |
Marker interface for TwoFactorAuthenticationProvider when you do not implement is this way you get error messages like:
|
| Class | Description |
|---|---|
| RecoveryAuthenticationProviderImpl |
AuthenticationProvider that offers the possibility to authenticate users with a recovery code.
|
| RecoveryAuthenticationToken | |
| TwoFactorAuthenticationFilter | |
| TwoFactorAuthenticationProviderImpl |
AuthenticationProvider that uses the TwoFactorAuthenticationService and expects a TwoFactorAuthenticationToken
|
| TwoFactorAuthenticationToken |
Holds the api token, passed by the client via a custom HTTP header
|
| Enum | Description |
|---|---|
| TwoFactorAuthenticationSetting |
You can have tw-factor-authentication in three different states in your system
|
Copyright © 2017. All rights reserved.