Uses of Interface
org.apache.sshd.server.auth.password.PasswordAuthenticator
Packages that use PasswordAuthenticator
Package
Description
-
Uses of PasswordAuthenticator in org.apache.sshd.server
Fields in org.apache.sshd.server declared as PasswordAuthenticatorMethods in org.apache.sshd.server that return PasswordAuthenticatorModifier and TypeMethodDescriptionServerAuthenticationManager.getPasswordAuthenticator()Retrieve thePasswordAuthenticatorto be used by the SSH server.SshServer.getPasswordAuthenticator()Methods in org.apache.sshd.server with parameters of type PasswordAuthenticatorModifier and TypeMethodDescriptionvoidServerAuthenticationManager.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 PasswordAuthenticatorModifier and TypeClassDescriptionfinal classAccepts all authentication attemptsfinal classRejects all authentication attemptsclassReturns the same constant resulttrue/falseregardless -
Uses of PasswordAuthenticator in org.apache.sshd.server.jaas
Classes in org.apache.sshd.server.jaas that implement PasswordAuthenticator -
Uses of PasswordAuthenticator in org.apache.sshd.server.session
Fields in org.apache.sshd.server.session declared as PasswordAuthenticatorModifier and TypeFieldDescriptionprivate PasswordAuthenticatorAbstractServerSession.passwordAuthenticatorMethods in org.apache.sshd.server.session that return PasswordAuthenticatorMethods in org.apache.sshd.server.session with parameters of type PasswordAuthenticatorModifier and TypeMethodDescriptionvoidAbstractServerSession.setPasswordAuthenticator(PasswordAuthenticator passwordAuthenticator)