Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.j2ssh.authentication » [javadoc | source]
com.sshtools.j2ssh.authentication
abstract public class: SshAuthenticationClient [javadoc | source]
java.lang.Object
   com.sshtools.j2ssh.authentication.SshAuthenticationClient

Direct Known Subclasses:
    PasswordAuthenticationClient, PublicKeyAuthenticationClient, AgentAuthenticationClient, HostbasedAuthenticationClient, KBIAuthenticationClient

Method from com.sshtools.j2ssh.authentication.SshAuthenticationClient Summary:
authenticate,   canAuthenticate,   canPrompt,   getAuthenticationPrompt,   getMethodName,   getPersistableProperties,   getUsername,   reset,   setAuthenticationPrompt,   setPersistableProperties,   setUsername
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.j2ssh.authentication.SshAuthenticationClient Detail:
 abstract public  void authenticate(AuthenticationProtocolClient authentication,
    String serviceToStart) throws TerminatedStateException, IOException
 abstract public boolean canAuthenticate()
 public boolean canPrompt() 
 public SshAuthenticationPrompt getAuthenticationPrompt() 
 abstract public String getMethodName()
 abstract public Properties getPersistableProperties()
 public String getUsername() 
 abstract public  void reset()
 public  void setAuthenticationPrompt(SshAuthenticationPrompt prompt) throws AuthenticationProtocolException 
 abstract public  void setPersistableProperties(Properties properties)
 public  void setUsername(String username)