| Package | Description |
|---|---|
| com.sshtools.common.auth |
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeyboardInteractiveAuthenticationProvider |
interface |
PublicKeyAuthenticationProvider
This interface allows you to define a custom public key store for the
publickey authentication mechanism.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPublicKeyAuthenticationProvider
Abstract implementation of a
PublicKeyAuthenticationProvider
that just provides AbstractPublicKeyAuthenticationProvider.getName() implementation. |
class |
AuthorizedKeysPublicKeyAuthenticationProvider
This class implements the OpenSSH style authorized_keys public key store.
|
class |
KeyboardInteractiveAuthenticator |
class |
OpenSshCertificateAuthenticationProvider |
class |
PasswordAuthenticationProvider
Implement this interface to customize the authentication of users logging
into your server.
|
class |
PublicKeyAuthenticationAdapter |
class |
UniversalAuthenticationProvider |
| Modifier and Type | Method and Description |
|---|---|
Authenticator[] |
DefaultAuthenticationMechanismFactory.getProviders(java.lang.String name,
SshConnection con) |
Authenticator[] |
AuthenticationMechanismFactory.getProviders(java.lang.String name,
SshConnection con) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAuthenticationMechanismFactory.addProvider(Authenticator provider) |
void |
AuthenticationMechanismFactory.addProvider(Authenticator provider) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAuthenticationMechanismFactory.addProviders(java.util.Collection<Authenticator> authenticators) |
void |
AuthenticationMechanismFactory.addProviders(java.util.Collection<Authenticator> providers) |
Copyright © 2022. All rights reserved.