|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SSHAuthenticator | |
|---|---|
| com.cloudbees.jenkins.plugins.sshcredentials | |
| com.cloudbees.jenkins.plugins.sshcredentials.impl | |
| Uses of SSHAuthenticator in com.cloudbees.jenkins.plugins.sshcredentials |
|---|
| Methods in com.cloudbees.jenkins.plugins.sshcredentials that return SSHAuthenticator | ||
|---|---|---|
static
|
SSHAuthenticator.newInstance(C connection,
U user)
Creates an authenticator that may be able to authenticate the supplied connection with the supplied user. |
|
protected abstract
|
SSHAuthenticatorFactory.newInstance(C connection,
U user)
Returns an instance of SSHAuthenticator for the supplied connection and user, or null if
the factory does not support the connection and user combination. |
|
| Uses of SSHAuthenticator in com.cloudbees.jenkins.plugins.sshcredentials.impl |
|---|
| Subclasses of SSHAuthenticator in com.cloudbees.jenkins.plugins.sshcredentials.impl | |
|---|---|
class |
JSchSSHPasswordAuthenticator
|
class |
JSchSSHPublicKeyAuthenticator
|
class |
TrileadSSHPasswordAuthenticator
Does password auth with a Connection. |
class |
TrileadSSHPublicKeyAuthenticator
Does public key auth with a Connection. |
| Methods in com.cloudbees.jenkins.plugins.sshcredentials.impl that return SSHAuthenticator | ||
|---|---|---|
protected
|
JSchSSHPasswordAuthenticator.Factory.newInstance(C connection,
U user)
Returns an instance of SSHAuthenticator for the supplied connection and user, or null if
the factory does not support the connection and user combination. |
|
protected
|
JSchSSHPublicKeyAuthenticator.Factory.newInstance(C session,
U user)
Returns an instance of SSHAuthenticator for the supplied connection and user, or null if
the factory does not support the connection and user combination. |
|
protected
|
TrileadSSHPublicKeyAuthenticator.Factory.newInstance(C connection,
U user)
Returns an instance of SSHAuthenticator for the supplied connection and user, or null if
the factory does not support the connection and user combination. |
|
protected
|
TrileadSSHPasswordAuthenticator.Factory.newInstance(C connection,
U user)
Returns an instance of SSHAuthenticator for the supplied connection and user, or null if
the factory does not support the connection and user combination. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||