Package com.sshtools.client
Class NoneAuthenticator
java.lang.Object
com.sshtools.common.ssh.AbstractRequestFuture
com.sshtools.client.SimpleClientAuthenticator
com.sshtools.client.NoneAuthenticator
- All Implemented Interfaces:
ClientAuthenticator,RequestFuture
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidauthenticate(TransportProtocolClient transport, String username) Start the authenticationgetName()The authentication mechanism name/.Methods inherited from class com.sshtools.client.SimpleClientAuthenticator
cancel, failure, getAuthenticationMethods, isCancelled, isMoreAuthenticationRequired, processMessage, success, successMethods inherited from class com.sshtools.common.ssh.AbstractRequestFuture
addFutureListener, done, isDone, isSuccess, waitFor, waitForeverMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sshtools.common.ssh.RequestFuture
addFutureListener, isDone, isDoneAndSuccess, isSuccess, waitFor, waitForever
-
Constructor Details
-
NoneAuthenticator
public NoneAuthenticator()
-
-
Method Details
-
getName
Description copied from interface:ClientAuthenticatorThe authentication mechanism name/.- Returns:
-
authenticate
Description copied from interface:ClientAuthenticatorStart the authentication- Throws:
IOException
-