| Package | Description |
|---|---|
| org.apache.sshd.client | |
| org.apache.sshd.client.auth.keyboard | |
| org.apache.sshd.client.session |
| Modifier and Type | Field and Description |
|---|---|
protected UserInteraction |
SshClient.userInteraction |
| Modifier and Type | Method and Description |
|---|---|
UserInteraction |
SshClient.getUserInteraction() |
UserInteraction |
ClientAuthenticationManager.getUserInteraction() |
static UserInteraction |
SshClient.setupSessionUserInteraction(ClientAuthenticationManager client,
BufferedReader stdin,
PrintStream stdout,
PrintStream stderr) |
| Modifier and Type | Method and Description |
|---|---|
void |
SshClient.setUserInteraction(UserInteraction userInteraction) |
void |
ClientAuthenticationManager.setUserInteraction(UserInteraction userInteraction) |
| Modifier and Type | Field and Description |
|---|---|
static UserInteraction |
UserInteraction.NONE
A useful "placeholder" that indicates that no interaction is expected.
|
| Modifier and Type | Method and Description |
|---|---|
UserInteraction |
AbstractClientSession.getUserInteraction() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractClientSession.setUserInteraction(UserInteraction userInteraction) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.