Uses of Interface
org.apache.sshd.server.ServerAuthenticationManager
-
Packages that use ServerAuthenticationManager Package Description org.apache.sshd.server org.apache.sshd.server.session -
-
Uses of ServerAuthenticationManager in org.apache.sshd.server
Subinterfaces of ServerAuthenticationManager in org.apache.sshd.server Modifier and Type Interface Description interfaceServerFactoryManagerTheServerFactoryManagerenable the retrieval of additional configuration needed specifically for the server side.Classes in org.apache.sshd.server that implement ServerAuthenticationManager Modifier and Type Class Description classSshServerThe SshServer class is the main entry point for the server side of the SSH protocol.Methods in org.apache.sshd.server with parameters of type ServerAuthenticationManager Modifier and Type Method Description static List<UserAuthFactory>ServerAuthenticationManager. resolveUserAuthFactories(ServerAuthenticationManager manager)If user authentication factories already set, then simply returns them.static List<UserAuthFactory>ServerAuthenticationManager. resolveUserAuthFactories(ServerAuthenticationManager manager, List<UserAuthFactory> userFactories)If user authentication factories already set, then simply returns them. -
Uses of ServerAuthenticationManager in org.apache.sshd.server.session
Subinterfaces of ServerAuthenticationManager in org.apache.sshd.server.session Modifier and Type Interface Description interfaceServerSessionClasses in org.apache.sshd.server.session that implement ServerAuthenticationManager Modifier and Type Class Description classAbstractServerSessionProvides default implementations forServerSessionrelated methodsclassServerSessionImplThe default implementation for aServerSession
-