Package com.sshtools.client
Interface ClientStateListener
- All Superinterfaces:
ConnectionStateListener
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidauthenticate(AuthenticationProtocolClient auth, SshConnection con, Set<String> supportedAuths, boolean moreRequired) default voidauthenticationStarted(AuthenticationProtocolClient authenticationProtocolClient, SshConnection connection) Methods inherited from interface com.sshtools.synergy.ssh.ConnectionStateListener
connected, disconnected, ready
-
Method Details
-
authenticate
default void authenticate(AuthenticationProtocolClient auth, SshConnection con, Set<String> supportedAuths, boolean moreRequired) -
authenticationStarted
default void authenticationStarted(AuthenticationProtocolClient authenticationProtocolClient, SshConnection connection)
-