Package | Description |
---|---|
com.maverick.sshd |
This package contains the base implementation of the SSH server.
|
com.maverick.sshd.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.
|
interface |
PublicKeyWithVerifyAuthenticationProvider |
Modifier and Type | Class and Description |
---|---|
class |
PasswordAuthenticationProvider
Implement this interface to customize the authentication of users logging
into your server.
|
Modifier and Type | Method and Description |
---|---|
Authenticator[] |
AuthenticationMechanismFactory.getProviders(String name,
Connection con) |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationMechanismFactory.addProvider(Authenticator provider) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPublicKeyAuthenticationProvider
Abstract implementation of a
PublicKeyAuthenticationProvider
that just provides AbstractPublicKeyAuthenticationProvider.getName() implementation. |
class |
AbstractPublicKeyWithVerifyAuthenticationProvider
Abstract implementation of a
PublicKeyAuthenticationProvider
that just provides AbstractPublicKeyWithVerifyAuthenticationProvider.getName() implementation. |
class |
AuthorizedKeysPublicKeyAuthenticationProvider
This class implements the OpenSSH style authorized_keys public key store.
|
class |
DefaultPublicKeyAuthenticationProvider |
class |
InMemoryPasswordAuthenticator |
class |
InMemoryPublicKeyProvider |
class |
OpenSshCertificateAuthenticationProvider |
class |
UniversalAuthenticationProvider |
Modifier and Type | Method and Description |
---|---|
Authenticator |
InMemoryPasswordAuthenticator.addUserHash(String hash) |
Authenticator[] |
DefaultAuthenticationMechanismFactory.getProviders(String name,
Connection con) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultAuthenticationMechanismFactory.addProvider(Authenticator provider) |
Copyright © 2024. All rights reserved.