Uses of Interface
org.apache.sshd.server.auth.hostbased.HostBasedAuthenticator
-
Packages that use HostBasedAuthenticator Package Description org.apache.sshd.server org.apache.sshd.server.auth.hostbased org.apache.sshd.server.session -
-
Uses of HostBasedAuthenticator in org.apache.sshd.server
Methods in org.apache.sshd.server that return HostBasedAuthenticator Modifier and Type Method Description HostBasedAuthenticator
ServerAuthenticationManager. getHostBasedAuthenticator()
Retrieve theHostBasedAuthenticator
to be used by the SSH server.HostBasedAuthenticator
SshServer. getHostBasedAuthenticator()
Methods in org.apache.sshd.server with parameters of type HostBasedAuthenticator Modifier and Type Method Description void
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 HostBasedAuthenticator Modifier and Type Class Description class
AcceptAllHostBasedAuthenticator
class
RejectAllHostBasedAuthenticator
class
StaticHostBasedAuthenticator
-
Uses of HostBasedAuthenticator in org.apache.sshd.server.session
Methods in org.apache.sshd.server.session that return HostBasedAuthenticator Modifier and Type Method Description HostBasedAuthenticator
AbstractServerSession. getHostBasedAuthenticator()
Methods in org.apache.sshd.server.session with parameters of type HostBasedAuthenticator Modifier and Type Method Description void
AbstractServerSession. setHostBasedAuthenticator(HostBasedAuthenticator hostBasedAuthenticator)
-