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 interface
ServerFactoryManager
TheServerFactoryManager
enable 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 class
SshServer
The 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 java.util.List<UserAuthFactory>
ServerAuthenticationManager. resolveUserAuthFactories(ServerAuthenticationManager manager)
If user authentication factories already set, then simply returns them.static java.util.List<UserAuthFactory>
ServerAuthenticationManager. resolveUserAuthFactories(ServerAuthenticationManager manager, java.util.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 interface
ServerSession
Classes in org.apache.sshd.server.session that implement ServerAuthenticationManager Modifier and Type Class Description class
AbstractServerSession
Provides default implementations forServerSession
related methodsclass
ServerSessionImpl
The default implementation for aServerSession
-