Uses of Interface
org.apache.sshd.common.auth.UserAuthFactoriesManager
Packages that use UserAuthFactoriesManager
Package
Description
-
Uses of UserAuthFactoriesManager in org.apache.sshd.client
Subinterfaces of UserAuthFactoriesManager in org.apache.sshd.clientModifier and TypeInterfaceDescriptioninterface
Holds information required for the client to perform authentication with the serverinterface
TheClientFactoryManager
enable the retrieval of additional configuration needed specifically for the client side.Classes in org.apache.sshd.client that implement UserAuthFactoriesManagerModifier and TypeClassDescriptionclass
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.sessionModifier and TypeInterfaceDescriptioninterface
An authenticated session to a given SSH server.Classes in org.apache.sshd.client.session that implement UserAuthFactoriesManagerModifier and TypeClassDescriptionclass
Provides default implementations ofClientSession
related methodsclass
The default implementation of aClientSession
-
Uses of UserAuthFactoriesManager in org.apache.sshd.server
Subinterfaces of UserAuthFactoriesManager in org.apache.sshd.serverModifier and TypeInterfaceDescriptioninterface
Holds providers and helpers related to the server side authentication processinterface
TheServerFactoryManager
enable the retrieval of additional configuration needed specifically for the server side.Classes in org.apache.sshd.server that implement UserAuthFactoriesManagerModifier and TypeClassDescriptionclass
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.sessionClasses in org.apache.sshd.server.session that implement UserAuthFactoriesManagerModifier and TypeClassDescriptionclass
Provides default implementations forServerSession
related methodsclass
The default implementation for aServerSession