Class PasswordAuthenticator

java.lang.Object
com.sshtools.common.ssh.AbstractRequestFuture
com.sshtools.client.SimpleClientAuthenticator
com.sshtools.client.PasswordAuthenticator
All Implemented Interfaces:
ClientAuthenticator, com.sshtools.common.ssh.RequestFuture

public class PasswordAuthenticator extends SimpleClientAuthenticator
Implements the password authentication method.
  • Constructor Details

    • PasswordAuthenticator

      public PasswordAuthenticator()
    • PasswordAuthenticator

      @Deprecated(since="3.1.0") public PasswordAuthenticator(Supplier<String> supplier)
      Deprecated.
    • PasswordAuthenticator

      public PasswordAuthenticator(String password)
    • PasswordAuthenticator

      public PasswordAuthenticator(char[] password)
  • Method Details