| Package | Description |
|---|---|
| org.apache.sshd.client | |
| org.apache.sshd.client.session |
| Modifier and Type | Field and Description |
|---|---|
private PasswordAuthenticationReporter |
SshClient.passwordAuthenticationReporter |
| Modifier and Type | Method and Description |
|---|---|
PasswordAuthenticationReporter |
ClientAuthenticationManager.getPasswordAuthenticationReporter() |
PasswordAuthenticationReporter |
SshClient.getPasswordAuthenticationReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientAuthenticationManager.setPasswordAuthenticationReporter(PasswordAuthenticationReporter reporter) |
void |
SshClient.setPasswordAuthenticationReporter(PasswordAuthenticationReporter reporter) |
| Modifier and Type | Field and Description |
|---|---|
private PasswordAuthenticationReporter |
AbstractClientSession.passwordAuthenticationReporter |
| Modifier and Type | Method and Description |
|---|---|
PasswordAuthenticationReporter |
AbstractClientSession.getPasswordAuthenticationReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractClientSession.setPasswordAuthenticationReporter(PasswordAuthenticationReporter reporter) |