| Interface | Description |
|---|---|
| AbstractAuthenticationProtocol<C extends Context> | |
| AuthenticationMechanism |
Each authentication mechanism the server supports should implement this
interface.
|
| AuthenticationMechanismFactory<C extends Context> | |
| Authenticator | |
| KeyboardInteractiveAuthenticationProvider | |
| KeyboardInteractiveProvider | |
| MutualKeyAuthenticatonStore | |
| PublicKeyAuthenticationProvider |
This interface allows you to define a custom public key store for the
publickey authentication mechanism.
|
| UniversalAuthenticatorAccountDatabase |
| Enum | Description |
|---|---|
| RequiredAuthenticationStrategy |
| Exception | Description |
|---|---|
| PasswordChangeException |
Thrown when the login process requires that the user change their password.
|
Copyright © 2022. All rights reserved.