Uses of Interface
net.sf.commons.ssh.AuthenticationOptions

Packages that use AuthenticationOptions
net.sf.commons.ssh   
net.sf.commons.ssh.ganymed   
net.sf.commons.ssh.j2ssh   
net.sf.commons.ssh.jsch   
net.sf.commons.ssh.sshd   
 

Uses of AuthenticationOptions in net.sf.commons.ssh
 

Classes in net.sf.commons.ssh that implement AuthenticationOptions
 class PasswordAuthenticationOptions
          Password authentication options
 class PublicKeyAuthenticationOptions
          Key authentication options
 

Methods in net.sf.commons.ssh with parameters of type AuthenticationOptions
 Connection ConnectionFactory.openConnection(java.lang.String host, AuthenticationOptions authOptions)
          Creates new SSH connection using the specified connection settings
abstract  Connection ConnectionFactory.openConnection(java.lang.String host, int port, AuthenticationOptions authOptions)
          Creates new SSH connection using the specified connection settings
 

Uses of AuthenticationOptions in net.sf.commons.ssh.ganymed
 

Methods in net.sf.commons.ssh.ganymed with parameters of type AuthenticationOptions
 Connection GanymedConnectionFactory.openConnection(java.lang.String host, int port, AuthenticationOptions authOptions)
           
 

Uses of AuthenticationOptions in net.sf.commons.ssh.j2ssh
 

Methods in net.sf.commons.ssh.j2ssh with parameters of type AuthenticationOptions
 Connection J2sshConnectionFactory.openConnection(java.lang.String host, int port, AuthenticationOptions authOptions)
           
 

Uses of AuthenticationOptions in net.sf.commons.ssh.jsch
 

Methods in net.sf.commons.ssh.jsch with parameters of type AuthenticationOptions
 Connection JschConnectionFactory.openConnection(java.lang.String host, int port, AuthenticationOptions authOptions)
           
 

Uses of AuthenticationOptions in net.sf.commons.ssh.sshd
 

Methods in net.sf.commons.ssh.sshd with parameters of type AuthenticationOptions
 Connection SshdConnectionFactory.openConnection(java.lang.String host, int port, AuthenticationOptions authOptions)
           
 



Copyright © 2009. All Rights Reserved.