| Package | Description |
|---|---|
| com.sshtools.common.auth |
| 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 |
OpenSshCertificateAuthenticationProvider |
class |
PublicKeyAuthenticationAdapter |
class |
UniversalAuthenticationProvider |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<PublicKeyAuthenticationProvider> |
DefaultAuthenticationMechanismFactory.publickeyProviders |
| Modifier and Type | Method and Description |
|---|---|
PublicKeyAuthenticationProvider[] |
DefaultAuthenticationMechanismFactory.getPublicKeyAuthenticationProviders(SshConnection con) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAuthenticationMechanismFactory.addPublicKeyAuthenticationProvider(PublicKeyAuthenticationProvider provider) |
void |
DefaultAuthenticationMechanismFactory.removePublicKeyAuthenticationProvider(PublicKeyAuthenticationProvider provider) |
| Constructor and Description |
|---|
PublicKeyAuthentication(AbstractServerTransport<C> transport,
AbstractAuthenticationProtocol<C> authentication,
SshConnection con,
PublicKeyAuthenticationProvider[] providers) |
Copyright © 2022. All rights reserved.