|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PasswordAuthenticator | |
|---|---|
| org.apache.sshd | Defines the two main classes for the client and server side of SSH protocol support. |
| org.apache.sshd.server | |
| org.apache.sshd.server.jaas | |
| Uses of PasswordAuthenticator in org.apache.sshd |
|---|
| Fields in org.apache.sshd declared as PasswordAuthenticator | |
|---|---|
protected PasswordAuthenticator |
SshServer.passwordAuthenticator
|
| Methods in org.apache.sshd that return PasswordAuthenticator | |
|---|---|
PasswordAuthenticator |
SshServer.getPasswordAuthenticator()
|
| Methods in org.apache.sshd with parameters of type PasswordAuthenticator | |
|---|---|
void |
SshServer.setPasswordAuthenticator(PasswordAuthenticator passwordAuthenticator)
|
| Uses of PasswordAuthenticator in org.apache.sshd.server |
|---|
| Methods in org.apache.sshd.server that return PasswordAuthenticator | |
|---|---|
PasswordAuthenticator |
ServerFactoryManager.getPasswordAuthenticator()
Retrieve the PasswordAuthenticator to be used by the SSH server. |
| Uses of PasswordAuthenticator in org.apache.sshd.server.jaas |
|---|
| Classes in org.apache.sshd.server.jaas that implement PasswordAuthenticator | |
|---|---|
class |
JaasPasswordAuthenticator
TODO Add javadoc |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||