| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Field and Description |
|---|---|
protected PasswordAuthenticator |
SshServer.passwordAuthenticator |
| Modifier and Type | Method and Description |
|---|---|
PasswordAuthenticator |
SshServer.getPasswordAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SshServer.setPasswordAuthenticator(PasswordAuthenticator passwordAuthenticator) |
| Modifier and Type | Method and Description |
|---|---|
PasswordAuthenticator |
ServerFactoryManager.getPasswordAuthenticator()
Retrieve the
PasswordAuthenticator to be used by the SSH server. |
| Modifier and Type | Class and Description |
|---|---|
class |
JaasPasswordAuthenticator
TODO Add javadoc
|
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.