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 |
PublicKeyWithVerifyAuthenticationProvider |
Constructor and Description |
---|
PublicKeyAuthentication(TransportProtocol transport,
AuthenticationProtocol authentication,
Connection con,
PublicKeyAuthenticationProvider[] providers) |
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 |
InMemoryPublicKeyProvider |
class |
OpenSshCertificateAuthenticationProvider |
class |
UniversalAuthenticationProvider |
Modifier and Type | Field and Description |
---|---|
protected List<PublicKeyAuthenticationProvider> |
DefaultAuthenticationMechanismFactory.publickeyProviders |
Modifier and Type | Method and Description |
---|---|
PublicKeyAuthenticationProvider[] |
DefaultAuthenticationMechanismFactory.getPublicKeyAuthenticationProviders(Connection con) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultAuthenticationMechanismFactory.addPublicKeyAuthenticationProvider(PublicKeyAuthenticationProvider provider) |
void |
DefaultAuthenticationMechanismFactory.removePublicKeyAuthenticationProvider(PublicKeyAuthenticationProvider provider) |
Copyright © 2023. All rights reserved.