org.apache.maven.wagon.providers.ssh.jsch.interactive
Class UserInfoUIKeyboardInteractiveProxy
java.lang.Object
org.apache.maven.wagon.providers.ssh.jsch.interactive.UserInfoUIKeyboardInteractiveProxy
- UIKeyboardInteractive, UserInfo
public class UserInfoUIKeyboardInteractiveProxy
extends java.lang.Object
implements UserInfo, UIKeyboardInteractive
A proxy that let you merge a UserInfo
and a
UIKeyboardInteractive
UserInfoUIKeyboardInteractiveProxy
public UserInfoUIKeyboardInteractiveProxy(UserInfo userInfo,
UIKeyboardInteractive interactive)
getPassphrase
public String getPassphrase()
com.jcraft.jsch.UserInfo.getPassphrase()
getPassword
public String getPassword()
com.jcraft.jsch.UserInfo.getPassword()
promptKeyboardInteractive
public String[] promptKeyboardInteractive(String destination,
String name,
String instruction,
String[] prompt,
boolean[] echo)
com.jcraft.jsch.UIKeyboardInteractive.promptKeyboardInteractive(String,String,String,String[],boolean[])
promptPassphrase
public boolean promptPassphrase(String arg0)
com.jcraft.jsch.UserInfo.promptPassphrase(String)
promptPassword
public boolean promptPassword(String arg0)
com.jcraft.jsch.UserInfo.promptPassword(String)
promptYesNo
public boolean promptYesNo(String arg0)
com.jcraft.jsch.UserInfo.promptYesNo(String)
showMessage
public void showMessage(String arg0)
com.jcraft.jsch.UserInfo.showMessage(String)