Uses of Class
com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator

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
<C,U extends SSHUser>
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.
protected abstract
<C,U extends SSHUser>
SSHAuthenticator<C,U>
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
<C,U extends SSHUser>
SSHAuthenticator<C,U>
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
<C,U extends SSHUser>
SSHAuthenticator<C,U>
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 SSHUser>
SSHAuthenticator<C,U>
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 SSHUser>
SSHAuthenticator<C,U>
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.
 



Copyright © 2004-2013. All Rights Reserved.