Uses of Interface
org.apache.sshd.client.ClientAuthenticationManager
-
Packages that use ClientAuthenticationManager Package Description org.apache.sshd.client org.apache.sshd.client.session -
-
Uses of ClientAuthenticationManager in org.apache.sshd.client
Subinterfaces of ClientAuthenticationManager in org.apache.sshd.client Modifier and Type Interface Description interface
ClientFactoryManager
TheClientFactoryManager
enable the retrieval of additional configuration needed specifically for the client side.Classes in org.apache.sshd.client that implement ClientAuthenticationManager Modifier and Type Class Description class
SshClient
Entry point for the client side of the SSH protocol. -
Uses of ClientAuthenticationManager in org.apache.sshd.client.session
Subinterfaces of ClientAuthenticationManager in org.apache.sshd.client.session Modifier and Type Interface Description interface
ClientSession
An authenticated session to a given SSH server.Classes in org.apache.sshd.client.session that implement ClientAuthenticationManager Modifier and Type Class Description class
AbstractClientSession
Provides default implementations ofClientSession
related methodsclass
ClientSessionImpl
The default implementation of aClientSession
-