| 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
DISABLED: two-factor-authentication is disabled for all users
ENABLED: two-factor-authentication is enabled.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.