Class SimpleClientAuthenticator

java.lang.Object
com.sshtools.common.ssh.AbstractRequestFuture
com.sshtools.client.SimpleClientAuthenticator
All Implemented Interfaces:
ClientAuthenticator, com.sshtools.common.ssh.RequestFuture
Direct Known Subclasses:
KeyboardInteractiveAuthenticator, MutualCallbackAuthenticator, NoneAuthenticator, PasswordAuthenticator, PublicKeyAuthenticator

public abstract class SimpleClientAuthenticator extends com.sshtools.common.ssh.AbstractRequestFuture implements ClientAuthenticator
A simple base class for implementing non-interactive authentication methods. Use when the authentication method consists of a single message sent to the server.