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

Packages that use SSHAuthenticator.Mode
com.cloudbees.jenkins.plugins.sshcredentials   
com.cloudbees.jenkins.plugins.sshcredentials.impl   
 

Uses of SSHAuthenticator.Mode in com.cloudbees.jenkins.plugins.sshcredentials
 

Methods in com.cloudbees.jenkins.plugins.sshcredentials that return SSHAuthenticator.Mode
 SSHAuthenticator.Mode SSHAuthenticator.getAuthenticationMode()
          Returns the mode of authentication that this SSHAuthenticator supports.
static SSHAuthenticator.Mode SSHAuthenticator.Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SSHAuthenticator.Mode[] SSHAuthenticator.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SSHAuthenticator.Mode in com.cloudbees.jenkins.plugins.sshcredentials.impl
 

Methods in com.cloudbees.jenkins.plugins.sshcredentials.impl that return SSHAuthenticator.Mode
 SSHAuthenticator.Mode JSchSSHPublicKeyAuthenticator.getAuthenticationMode()
           
 SSHAuthenticator.Mode JSchSSHPasswordAuthenticator.getAuthenticationMode()
           
 



Copyright © 2004-2012. All Rights Reserved.