| AbstractAuthenticationProtocol |
| AbstractPublicKeyAuthenticationProvider
|
| AuthenticationMechanism
Each authentication mechanism the server supports should implement this
interface.
|
| AuthenticationMechanismFactory |
| Authenticator |
| InMemoryMutualKeyAuthenticationStore |
| InMemoryUniversalAuthenticatorAccountDatabase |
| KeyboardInteractiveAuthenticationProvider |
| KeyboardInteractiveProvider |
| MutualKeyAuthenticatonStore |
| PasswordAuthenticationProvider
Implement this interface to customize the authentication of users logging
into your server.
|
| PasswordChangeException
Thrown when the login process requires that the user change their password.
|
| PublicKeyAuthenticationProvider
This interface allows you to define a custom public key store for the
publickey authentication mechanism.
|
| RequiredAuthenticationStrategy |
| UniversalAuthenticatorAccountDatabase |