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 HostBasedAuthenticatorServerAuthenticationManager. getHostBasedAuthenticator()Retrieve theHostBasedAuthenticatorto be used by the SSH server.HostBasedAuthenticatorSshServer. getHostBasedAuthenticator()Methods in org.apache.sshd.server with parameters of type HostBasedAuthenticator Modifier and Type Method Description voidServerAuthenticationManager. 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 HostBasedAuthenticator Modifier and Type Class Description classAcceptAllHostBasedAuthenticatorclassRejectAllHostBasedAuthenticatorclassStaticHostBasedAuthenticator -
Uses of HostBasedAuthenticator in org.apache.sshd.server.session
Methods in org.apache.sshd.server.session that return HostBasedAuthenticator Modifier and Type Method Description HostBasedAuthenticatorAbstractServerSession. getHostBasedAuthenticator()Methods in org.apache.sshd.server.session with parameters of type HostBasedAuthenticator Modifier and Type Method Description voidAbstractServerSession. setHostBasedAuthenticator(HostBasedAuthenticator hostBasedAuthenticator)
-