public static final class SshTunneling.UserInfo extends Object implements com.jcraft.jsch.UserInfo, com.jcraft.jsch.UIKeyboardInteractive
| Modifier and Type | Field and Description |
|---|---|
boolean |
tried_pw |
| Constructor and Description |
|---|
UserInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassphrase() |
String |
getPassword() |
String[] |
promptKeyboardInteractive(String destination,
String name,
String instruction,
String[] prompt,
boolean[] echo) |
boolean |
promptPassphrase(String message) |
boolean |
promptPassword(String message) |
boolean |
promptYesNo(String str) |
void |
showMessage(String message) |
public final String getPassphrase()
getPassphrase in interface com.jcraft.jsch.UserInfopublic final String getPassword()
getPassword in interface com.jcraft.jsch.UserInfopublic String[] promptKeyboardInteractive(String destination, String name, String instruction, String[] prompt, boolean[] echo)
promptKeyboardInteractive in interface com.jcraft.jsch.UIKeyboardInteractivepublic final boolean promptPassphrase(String message)
promptPassphrase in interface com.jcraft.jsch.UserInfopublic final boolean promptPassword(String message)
promptPassword in interface com.jcraft.jsch.UserInfopublic final boolean promptYesNo(String str)
promptYesNo in interface com.jcraft.jsch.UserInfopublic final void showMessage(String message)
showMessage in interface com.jcraft.jsch.UserInfoCopyright © 2021. All rights reserved.