Package | Description |
---|---|
com.cloudbees.jenkins.plugins.sshcredentials | |
com.cloudbees.jenkins.plugins.sshcredentials.impl |
Modifier and Type | Method and Description |
---|---|
static <C,U extends com.cloudbees.plugins.credentials.common.StandardUsernameCredentials> |
SSHAuthenticator.newInstance(C connection,
U user)
Creates an authenticator that may be able to authenticate the supplied connection with the supplied user.
|
protected abstract <C,U extends com.cloudbees.plugins.credentials.common.StandardUsernameCredentials> |
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. |
static <C,U extends com.cloudbees.plugins.credentials.common.StandardUsernameCredentials> |
SSHAuthenticator.newInstance(C connection,
U user,
String username)
Creates an authenticator that may be able to authenticate the supplied connection with the supplied user.
|
protected <C,U extends com.cloudbees.plugins.credentials.common.StandardUsernameCredentials> |
SSHAuthenticatorFactory.newInstance(C connection,
U user,
String username)
Returns an instance of
SSHAuthenticator for the supplied connection and user, or null if
the factory does not support the connection and user combination. |
static SSHAuthenticator<Object,com.cloudbees.plugins.credentials.common.StandardUsernameCredentials> |
SSHAuthenticator.newInstance(Object connection,
SSHUser user)
Deprecated.
Use
newInstance(Object, StandardUsernameCredentials) instead. |
Modifier and Type | Class and Description |
---|---|
class |
JSchSSHPasswordAuthenticator |
class |
JSchSSHPublicKeyAuthenticator |
class |
TrileadSSHPasswordAuthenticator
Does password auth with a
Connection . |
class |
TrileadSSHPublicKeyAuthenticator
Does public key auth with a
Connection . |
Modifier and Type | Method and Description |
---|---|
protected <C,U extends com.cloudbees.plugins.credentials.common.StandardUsernameCredentials> |
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 <C,U extends com.cloudbees.plugins.credentials.common.StandardUsernameCredentials> |
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 <C,U extends com.cloudbees.plugins.credentials.common.StandardUsernameCredentials> |
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. |
protected <C,U extends com.cloudbees.plugins.credentials.common.StandardUsernameCredentials> |
JSchSSHPasswordAuthenticator.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 <C,U extends com.cloudbees.plugins.credentials.common.StandardUsernameCredentials> |
TrileadSSHPublicKeyAuthenticator.Factory.newInstance(C connection,
U user,
String username)
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 <C,U extends com.cloudbees.plugins.credentials.common.StandardUsernameCredentials> |
JSchSSHPublicKeyAuthenticator.Factory.newInstance(C session,
U user,
String username)
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 <C,U extends com.cloudbees.plugins.credentials.common.StandardUsernameCredentials> |
TrileadSSHPasswordAuthenticator.Factory.newInstance(C connection,
U user,
String username)
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 <C,U extends com.cloudbees.plugins.credentials.common.StandardUsernameCredentials> |
JSchSSHPasswordAuthenticator.Factory.newInstance(C session,
U user,
String username)
Returns an instance of
SSHAuthenticator for the supplied connection and user, or null if
the factory does not support the connection and user combination. |
Copyright © 2014. All rights reserved.