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 theHostBasedAuthenticatorto be used by the SSH server.SshServer.getHostBasedAuthenticator()Methods in org.apache.sshd.server with parameters of type HostBasedAuthenticatorModifier and TypeMethodDescriptionvoidServerAuthenticationManager.setHostBasedAuthenticator(HostBasedAuthenticator hostBasedAuthenticator) voidSshServer.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 classfinal classclass -
Uses of HostBasedAuthenticator in org.apache.sshd.server.session
Fields in org.apache.sshd.server.session declared as HostBasedAuthenticatorModifier and TypeFieldDescriptionprivate HostBasedAuthenticatorAbstractServerSession.hostBasedAuthenticatorMethods in org.apache.sshd.server.session that return HostBasedAuthenticatorMethods in org.apache.sshd.server.session with parameters of type HostBasedAuthenticatorModifier and TypeMethodDescriptionvoidAbstractServerSession.setHostBasedAuthenticator(HostBasedAuthenticator hostBasedAuthenticator)