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 interfaceClientAuthenticationManagerHolds information required for the client to perform authentication with the serverinterfaceClientFactoryManagerTheClientFactoryManagerenable 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 classSshClientEntry 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 interfaceClientSessionAn authenticated session to a given SSH server.Classes in org.apache.sshd.client.session that implement UserAuthFactoriesManager Modifier and Type Class Description classAbstractClientSessionProvides default implementations ofClientSessionrelated methodsclassClientSessionImplThe 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 interfaceServerAuthenticationManagerHolds providers and helpers related to the server side authentication processinterfaceServerFactoryManagerTheServerFactoryManagerenable 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 classSshServerThe 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 interfaceServerSessionClasses in org.apache.sshd.server.session that implement UserAuthFactoriesManager Modifier and Type Class Description classAbstractServerSessionProvides default implementations forServerSessionrelated methodsclassServerSessionImplThe default implementation for aServerSession
-