Package | Description |
---|---|
com.cloudbees.jenkins.plugins.sshcredentials | |
com.cloudbees.jenkins.plugins.sshcredentials.impl |
Modifier and Type | Method and Description |
---|---|
static List<String> |
SSHAuthenticator.getPrivateKeys(SSHUserPrivateKey user)
Same as
getPrivateKeys() but backward compatible for old implementations. |
Modifier and Type | Class and Description |
---|---|
class |
BasicSSHUserPrivateKey
A simple username / password for use with SSH connections.
|
Modifier and Type | Method and Description |
---|---|
SSHUserPrivateKey |
BasicSSHUserPrivateKey.CredentialsSnapshotTakerImpl.snapshot(SSHUserPrivateKey credentials) |
Modifier and Type | Method and Description |
---|---|
Class<SSHUserPrivateKey> |
BasicSSHUserPrivateKey.CredentialsSnapshotTakerImpl.type() |
Modifier and Type | Method and Description |
---|---|
SSHUserPrivateKey |
BasicSSHUserPrivateKey.CredentialsSnapshotTakerImpl.snapshot(SSHUserPrivateKey credentials) |
Constructor and Description |
---|
JSchSSHPublicKeyAuthenticator(JSchConnector connector,
SSHUserPrivateKey user)
Constructor.
|
JSchSSHPublicKeyAuthenticator(JSchConnector connector,
SSHUserPrivateKey user,
String username)
Constructor.
|
TrileadSSHPublicKeyAuthenticator(com.trilead.ssh2.Connection connection,
SSHUserPrivateKey user)
Constructor.
|
TrileadSSHPublicKeyAuthenticator(com.trilead.ssh2.Connection connection,
SSHUserPrivateKey user,
String username)
Constructor.
|
Copyright © 2016. All rights reserved.