| Interface | Description |
|---|---|
| KeyboardInteractiveProvider |
| Class | Description |
|---|---|
| AllowNoneAuthenticationMechanismFactory | |
| AuthorizedKeysPublicKeyAuthenticationProvider |
This class implements the OpenSSH style authorized_keys public key
store.
|
| DefaultAuthenticationMechanismFactory | |
| GSSAPIWithMICAuthentication | |
| KeyboardInteractiveAuthentication | |
| NoneAuthentication |
This authentication mechanism can be used to send custom banner messages
to the client.
|
| PasswordAuthentication |
Provides an
AuthenticationMechanism that enables the standard SSH
password authentication. |
| PasswordKeyboardInteractiveProvider | |
| PublicKeyAuthentication |
Provides an
AuthenticationMechanism that enables the public key
authentication. |
| Exception | Description |
|---|---|
| PasswordChangeException |
Thrown when the login process requires that the user change their password.
|
Copyright © 2012. All Rights Reserved.