org.apache.maven.wagon.providers.ssh.jsch.interactive
public class UserInfoUIKeyboardInteractiveProxy extends Object implements UserInfo, UIKeyboardInteractive
UserInfo
and a
UIKeyboardInteractive
Since: Sep 22, 2005
Field Summary | |
---|---|
UIKeyboardInteractive | interactive |
UserInfo | userInfo |
Constructor Summary | |
---|---|
UserInfoUIKeyboardInteractiveProxy(UserInfo userInfo, UIKeyboardInteractive interactive) |
Method Summary | |
---|---|
String | getPassphrase() |
String | getPassword() |
String[] | promptKeyboardInteractive(String destination, String name, String instruction, String[] prompt, boolean[] echo) |
boolean | promptPassphrase(String arg0) |
boolean | promptPassword(String arg0) |
boolean | promptYesNo(String arg0) |
void | showMessage(String arg0) |
See Also: com.jcraft.jsch.UserInfo#getPassphrase()
See Also: com.jcraft.jsch.UserInfo#getPassword()
See Also: com.jcraft.jsch.UIKeyboardInteractive#promptKeyboardInteractive(String,String,String,String[],boolean[])
See Also: com.jcraft.jsch.UserInfo#promptPassphrase(String)
See Also: com.jcraft.jsch.UserInfo#promptPassword(String)
See Also: com.jcraft.jsch.UserInfo#promptYesNo(String)
See Also: com.jcraft.jsch.UserInfo#showMessage(String)