Uses of Interface
org.apache.sshd.common.auth.UserAuthFactoriesManager
-
Packages that use UserAuthFactoriesManager Package Description org.apache.sshd.cli 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.cli
Methods in org.apache.sshd.cli with type parameters of type UserAuthFactoriesManager Modifier and Type Method Description static <S extends SessionContext,M extends UserAuthInstance<S>,F extends UserAuthMethodFactory<S,M>,I extends UserAuthFactoriesManager<S,M,F>>
voidCliSupport. setupUserAuthFactories(I manager, PropertyResolver options) -
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
-