Uses of Interface
org.apache.sshd.server.auth.password.PasswordAuthenticator
-
Packages that use PasswordAuthenticator Package Description org.apache.sshd.server org.apache.sshd.server.auth.password org.apache.sshd.server.jaas org.apache.sshd.server.session -
-
Uses of PasswordAuthenticator in org.apache.sshd.server
Methods in org.apache.sshd.server that return PasswordAuthenticator Modifier and Type Method Description PasswordAuthenticatorServerAuthenticationManager. getPasswordAuthenticator()Retrieve thePasswordAuthenticatorto be used by the SSH server.PasswordAuthenticatorSshServer. getPasswordAuthenticator()Methods in org.apache.sshd.server with parameters of type PasswordAuthenticator Modifier and Type Method Description voidServerAuthenticationManager. setPasswordAuthenticator(PasswordAuthenticator passwordAuthenticator)voidSshServer. setPasswordAuthenticator(PasswordAuthenticator passwordAuthenticator) -
Uses of PasswordAuthenticator in org.apache.sshd.server.auth.password
Classes in org.apache.sshd.server.auth.password that implement PasswordAuthenticator Modifier and Type Class Description classAcceptAllPasswordAuthenticatorAccepts all authentication attemptsclassRejectAllPasswordAuthenticatorRejects all authentication attemptsclassStaticPasswordAuthenticatorReturns the same constant resulttrue/falseregardless -
Uses of PasswordAuthenticator in org.apache.sshd.server.jaas
Classes in org.apache.sshd.server.jaas that implement PasswordAuthenticator Modifier and Type Class Description classJaasPasswordAuthenticatorTODO Add javadoc -
Uses of PasswordAuthenticator in org.apache.sshd.server.session
Methods in org.apache.sshd.server.session that return PasswordAuthenticator Modifier and Type Method Description PasswordAuthenticatorAbstractServerSession. getPasswordAuthenticator()Methods in org.apache.sshd.server.session with parameters of type PasswordAuthenticator Modifier and Type Method Description voidAbstractServerSession. setPasswordAuthenticator(PasswordAuthenticator passwordAuthenticator)
-