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
Fields in org.apache.sshd.server declared as PasswordAuthenticator Modifier and Type Field Description private PasswordAuthenticator
SshServer. passwordAuthenticator
Methods in org.apache.sshd.server that return PasswordAuthenticator Modifier and Type Method Description PasswordAuthenticator
ServerAuthenticationManager. getPasswordAuthenticator()
Retrieve thePasswordAuthenticator
to be used by the SSH server.PasswordAuthenticator
SshServer. getPasswordAuthenticator()
Methods in org.apache.sshd.server with parameters of type PasswordAuthenticator Modifier and Type Method Description void
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 PasswordAuthenticator Modifier and Type Class Description class
AcceptAllPasswordAuthenticator
Accepts all authentication attemptsclass
RejectAllPasswordAuthenticator
Rejects all authentication attemptsclass
StaticPasswordAuthenticator
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 Modifier and Type Class Description class
JaasPasswordAuthenticator
TODO Add javadoc -
Uses of PasswordAuthenticator in org.apache.sshd.server.session
Fields in org.apache.sshd.server.session declared as PasswordAuthenticator Modifier and Type Field Description private PasswordAuthenticator
AbstractServerSession. passwordAuthenticator
Methods in org.apache.sshd.server.session that return PasswordAuthenticator Modifier and Type Method Description PasswordAuthenticator
AbstractServerSession. getPasswordAuthenticator()
Methods in org.apache.sshd.server.session with parameters of type PasswordAuthenticator Modifier and Type Method Description void
AbstractServerSession. setPasswordAuthenticator(PasswordAuthenticator passwordAuthenticator)
-