| Package | Description |
|---|---|
| org.apache.sshd.server | |
| org.apache.sshd.server.auth.password | |
| org.apache.sshd.server.jaas |
| Modifier and Type | Field and Description |
|---|---|
protected PasswordAuthenticator |
SshServer.passwordAuthenticator |
| Modifier and Type | Method and Description |
|---|---|
PasswordAuthenticator |
SshServer.getPasswordAuthenticator() |
PasswordAuthenticator |
ServerFactoryManager.getPasswordAuthenticator()
Retrieve the
PasswordAuthenticator to be used by the SSH server. |
| Modifier and Type | Method and Description |
|---|---|
void |
SshServer.setPasswordAuthenticator(PasswordAuthenticator passwordAuthenticator) |
| Modifier and Type | Class and Description |
|---|---|
class |
AcceptAllPasswordAuthenticator
Accepts all authentication attempts
|
class |
RejectAllPasswordAuthenticator
Rejects all authentication attempts
|
class |
StaticPasswordAuthenticator
Returns the same constant result
true/false regardless |
| Modifier and Type | Class and Description |
|---|---|
class |
JaasPasswordAuthenticator
TODO Add javadoc
|
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.