| Class | Description |
|---|---|
| BaseSSHUser | |
| BasicSSHUserPassword | Deprecated
use
UsernamePasswordCredentialsImpl |
| BasicSSHUserPassword.ResolverImpl |
Resolve credentials for legacy code.
|
| BasicSSHUserPrivateKey |
A simple username / password for use with SSH connections.
|
| BasicSSHUserPrivateKey.DescriptorImpl | |
| BasicSSHUserPrivateKey.DirectEntryPrivateKeySource |
Let the user enter the key directly via copy & paste
|
| BasicSSHUserPrivateKey.DirectEntryPrivateKeySource.DescriptorImpl |
Descriptor for a
BasicSSHUserPrivateKey.PrivateKeySource |
| BasicSSHUserPrivateKey.FileOnMasterPrivateKeySource | Deprecated
This approach has security vulnerability and should be migrated to
BasicSSHUserPrivateKey.DirectEntryPrivateKeySource |
| BasicSSHUserPrivateKey.PrivateKeySource |
A source of private keys
|
| BasicSSHUserPrivateKey.PrivateKeySourceDescriptor |
Descriptor for a
BasicSSHUserPrivateKey.PrivateKeySource |
| BasicSSHUserPrivateKey.UsersPrivateKeySource | Deprecated
This approach has security vulnerability and should be migrated to
BasicSSHUserPrivateKey.DirectEntryPrivateKeySource |
| JSchConnector | |
| JSchSSHPasswordAuthenticator | |
| JSchSSHPasswordAuthenticator.Factory |
Extension point to allow plugging in
SSHAuthenticator implementations for the many SSH client libraries
available. |
| JSchSSHPublicKeyAuthenticator | |
| JSchSSHPublicKeyAuthenticator.Factory |
Extension point to allow plugging in
SSHAuthenticator implementations for the many SSH client libraries
available. |
| Messages |
Generated localization support class.
|
| TrileadSSHPasswordAuthenticator |
Does password auth with a
Connection. |
| TrileadSSHPasswordAuthenticator.Factory |
Extension point to allow plugging in
SSHAuthenticator implementations for the many SSH client libraries
available. |
| TrileadSSHPublicKeyAuthenticator |
Does public key auth with a
Connection. |
| TrileadSSHPublicKeyAuthenticator.Factory |
Extension point to allow plugging in
SSHAuthenticator implementations for the many SSH client libraries
available. |
Copyright © 2016–2020. All rights reserved.