Uses of Interface
org.apache.sshd.server.auth.hostbased.HostBasedAuthenticator
Packages that use HostBasedAuthenticator
Package
Description
-
Uses of HostBasedAuthenticator in org.apache.sshd.server
Fields in org.apache.sshd.server declared as HostBasedAuthenticatorMethods in org.apache.sshd.server that return HostBasedAuthenticatorModifier and TypeMethodDescriptionServerAuthenticationManager.getHostBasedAuthenticator()
Retrieve theHostBasedAuthenticator
to be used by the SSH server.SshServer.getHostBasedAuthenticator()
Methods in org.apache.sshd.server with parameters of type HostBasedAuthenticatorModifier and TypeMethodDescriptionvoid
ServerAuthenticationManager.setHostBasedAuthenticator
(HostBasedAuthenticator hostBasedAuthenticator) void
SshServer.setHostBasedAuthenticator
(HostBasedAuthenticator hostBasedAuthenticator) -
Uses of HostBasedAuthenticator in org.apache.sshd.server.auth.hostbased
Classes in org.apache.sshd.server.auth.hostbased that implement HostBasedAuthenticatorModifier and TypeClassDescriptionfinal class
final class
class
-
Uses of HostBasedAuthenticator in org.apache.sshd.server.session
Fields in org.apache.sshd.server.session declared as HostBasedAuthenticatorModifier and TypeFieldDescriptionprivate HostBasedAuthenticator
AbstractServerSession.hostBasedAuthenticator
Methods in org.apache.sshd.server.session that return HostBasedAuthenticatorMethods in org.apache.sshd.server.session with parameters of type HostBasedAuthenticatorModifier and TypeMethodDescriptionvoid
AbstractServerSession.setHostBasedAuthenticator
(HostBasedAuthenticator hostBasedAuthenticator)