Uses of Interface
org.apache.sshd.common.auth.UserAuthFactoriesManager
-
Packages that use UserAuthFactoriesManager Package Description org.apache.sshd.client org.apache.sshd.client.session org.apache.sshd.server org.apache.sshd.server.session -
-
Uses of UserAuthFactoriesManager in org.apache.sshd.client
Subinterfaces of UserAuthFactoriesManager in org.apache.sshd.client Modifier and Type Interface Description interface
ClientAuthenticationManager
Holds information required for the client to perform authentication with the serverinterface
ClientFactoryManager
TheClientFactoryManager
enable the retrieval of additional configuration needed specifically for the client side.Classes in org.apache.sshd.client that implement UserAuthFactoriesManager Modifier and Type Class Description class
SshClient
Entry point for the client side of the SSH protocol. -
Uses of UserAuthFactoriesManager in org.apache.sshd.client.session
Subinterfaces of UserAuthFactoriesManager 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 UserAuthFactoriesManager Modifier and Type Class Description class
AbstractClientSession
Provides default implementations ofClientSession
related methodsclass
ClientSessionImpl
The default implementation of aClientSession
-
Uses of UserAuthFactoriesManager in org.apache.sshd.server
Subinterfaces of UserAuthFactoriesManager in org.apache.sshd.server Modifier and Type Interface Description interface
ServerAuthenticationManager
Holds providers and helpers related to the server side authentication processinterface
ServerFactoryManager
TheServerFactoryManager
enable the retrieval of additional configuration needed specifically for the server side.Classes in org.apache.sshd.server that implement UserAuthFactoriesManager Modifier and Type Class Description class
SshServer
The SshServer class is the main entry point for the server side of the SSH protocol. -
Uses of UserAuthFactoriesManager in org.apache.sshd.server.session
Subinterfaces of UserAuthFactoriesManager in org.apache.sshd.server.session Modifier and Type Interface Description interface
ServerSession
Classes in org.apache.sshd.server.session that implement UserAuthFactoriesManager Modifier and Type Class Description class
AbstractServerSession
Provides default implementations forServerSession
related methodsclass
ServerSessionImpl
The default implementation for aServerSession
-