Uses of Interface
org.apache.sshd.server.ServerAuthenticationManager
Packages that use ServerAuthenticationManager
-
Uses of ServerAuthenticationManager in org.apache.sshd.server
Subinterfaces of ServerAuthenticationManager in org.apache.sshd.serverModifier and TypeInterfaceDescriptioninterfaceTheServerFactoryManagerenable the retrieval of additional configuration needed specifically for the server side.Classes in org.apache.sshd.server that implement ServerAuthenticationManagerModifier and TypeClassDescriptionclassThe 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 ServerAuthenticationManagerModifier and TypeMethodDescriptionstatic 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.sessionClasses in org.apache.sshd.server.session that implement ServerAuthenticationManagerModifier and TypeClassDescriptionclassProvides default implementations forServerSessionrelated methodsclassThe default implementation for aServerSession