public class UserInfoUIKeyboardInteractiveProxy
extends java.lang.Object
implements com.jcraft.jsch.UserInfo, com.jcraft.jsch.UIKeyboardInteractive
UserInfo and a
UIKeyboardInteractive| Constructor and Description |
|---|
UserInfoUIKeyboardInteractiveProxy(com.jcraft.jsch.UserInfo userInfo,
com.jcraft.jsch.UIKeyboardInteractive interactive) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPassphrase() |
java.lang.String |
getPassword() |
java.lang.String[] |
promptKeyboardInteractive(java.lang.String destination,
java.lang.String name,
java.lang.String instruction,
java.lang.String[] prompt,
boolean[] echo) |
boolean |
promptPassphrase(java.lang.String arg0) |
boolean |
promptPassword(java.lang.String arg0) |
boolean |
promptYesNo(java.lang.String arg0) |
void |
showMessage(java.lang.String arg0) |
public UserInfoUIKeyboardInteractiveProxy(com.jcraft.jsch.UserInfo userInfo,
com.jcraft.jsch.UIKeyboardInteractive interactive)
public java.lang.String[] promptKeyboardInteractive(java.lang.String destination,
java.lang.String name,
java.lang.String instruction,
java.lang.String[] prompt,
boolean[] echo)
promptKeyboardInteractive in interface com.jcraft.jsch.UIKeyboardInteractiveUIKeyboardInteractive.promptKeyboardInteractive(String,String,String,String[],boolean[])public java.lang.String getPassphrase()
getPassphrase in interface com.jcraft.jsch.UserInfoUserInfo.getPassphrase()public java.lang.String getPassword()
getPassword in interface com.jcraft.jsch.UserInfoUserInfo.getPassword()public boolean promptPassword(java.lang.String arg0)
promptPassword in interface com.jcraft.jsch.UserInfoUserInfo.promptPassword(String)public boolean promptPassphrase(java.lang.String arg0)
promptPassphrase in interface com.jcraft.jsch.UserInfoUserInfo.promptPassphrase(String)public boolean promptYesNo(java.lang.String arg0)
promptYesNo in interface com.jcraft.jsch.UserInfoUserInfo.promptYesNo(String)public void showMessage(java.lang.String arg0)
showMessage in interface com.jcraft.jsch.UserInfoUserInfo.showMessage(String)Copyright © 2003-2013. All Rights Reserved.