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 thePasswordAuthenticator
to be used by the SSH server.SshServer.getPasswordAuthenticator()
Methods in org.apache.sshd.server with parameters of type PasswordAuthenticatorModifier and TypeMethodDescriptionvoid
ServerAuthenticationManager.setPasswordAuthenticator
(PasswordAuthenticator passwordAuthenticator) void
SshServer.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 class
Accepts all authentication attemptsfinal class
Rejects all authentication attemptsclass
Returns the same constant resulttrue/false
regardless -
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 PasswordAuthenticator
AbstractServerSession.passwordAuthenticator
Methods in org.apache.sshd.server.session that return PasswordAuthenticatorMethods in org.apache.sshd.server.session with parameters of type PasswordAuthenticatorModifier and TypeMethodDescriptionvoid
AbstractServerSession.setPasswordAuthenticator
(PasswordAuthenticator passwordAuthenticator)