Uses of Class
com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator
Package
Description
-
Uses of SSHAuthenticator in com.cloudbees.jenkins.plugins.sshcredentials
Modifier and TypeMethodDescriptionstatic <C,
U extends com.cloudbees.plugins.credentials.common.StandardUsernameCredentials>
SSHAuthenticator<C,U> SSHAuthenticator.newInstance
(C connection, U user) Creates an authenticator that may be able to authenticate the supplied connection with the supplied user.static <C,
U extends com.cloudbees.plugins.credentials.common.StandardUsernameCredentials>
SSHAuthenticator<C,U> SSHAuthenticator.newInstance
(C connection, U user, String username) Creates an authenticator that may be able to authenticate the supplied connection with the supplied user.static SSHAuthenticator<Object,
com.cloudbees.plugins.credentials.common.StandardUsernameCredentials> SSHAuthenticator.newInstance
(Object connection, SSHUser user) Deprecated.protected abstract <C,
U extends com.cloudbees.plugins.credentials.common.StandardUsernameCredentials>
SSHAuthenticator<C,U> SSHAuthenticatorFactory.newInstance
(C connection, U user) Returns an instance ofSSHAuthenticator
for the supplied connection and user, ornull
if the factory does not support the connection and user combination.protected <C,
U extends com.cloudbees.plugins.credentials.common.StandardUsernameCredentials>
SSHAuthenticator<C,U> SSHAuthenticatorFactory.newInstance
(C connection, U user, String username) Returns an instance ofSSHAuthenticator
for the supplied connection and user, ornull
if the factory does not support the connection and user combination. -
Uses of SSHAuthenticator in com.cloudbees.jenkins.plugins.sshcredentials.impl
Modifier and TypeClassDescriptionclass
Does password auth with aConnection
.class
Does public key auth with aConnection
.Modifier and TypeMethodDescriptionprotected <C,
U extends com.cloudbees.plugins.credentials.common.StandardUsernameCredentials>
SSHAuthenticator<C,U> TrileadSSHPasswordAuthenticator.Factory.newInstance
(C connection, U user) Returns an instance ofSSHAuthenticator
for the supplied connection and user, ornull
if the factory does not support the connection and user combination.protected <C,
U extends com.cloudbees.plugins.credentials.common.StandardUsernameCredentials>
SSHAuthenticator<C,U> TrileadSSHPasswordAuthenticator.Factory.newInstance
(C connection, U user, String username) Returns an instance ofSSHAuthenticator
for the supplied connection and user, ornull
if the factory does not support the connection and user combination.protected <C,
U extends com.cloudbees.plugins.credentials.common.StandardUsernameCredentials>
SSHAuthenticator<C,U> TrileadSSHPublicKeyAuthenticator.Factory.newInstance
(C connection, U user) Returns an instance ofSSHAuthenticator
for the supplied connection and user, ornull
if the factory does not support the connection and user combination.protected <C,
U extends com.cloudbees.plugins.credentials.common.StandardUsernameCredentials>
SSHAuthenticator<C,U> TrileadSSHPublicKeyAuthenticator.Factory.newInstance
(C connection, U user, String username) Returns an instance ofSSHAuthenticator
for the supplied connection and user, ornull
if the factory does not support the connection and user combination.
newInstance(Object, StandardUsernameCredentials)
instead.