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