Class UserInfoUIKeyboardInteractiveProxy
java.lang.Object
org.apache.maven.wagon.providers.ssh.jsch.interactive.UserInfoUIKeyboardInteractiveProxy
- All Implemented Interfaces:
com.jcraft.jsch.UIKeyboardInteractive,com.jcraft.jsch.UserInfo
public class UserInfoUIKeyboardInteractiveProxy
extends Object
implements com.jcraft.jsch.UserInfo, com.jcraft.jsch.UIKeyboardInteractive
A proxy that let you merge a
UserInfo and a
UIKeyboardInteractive- Since:
- Sep 22, 2005
- Author:
- Juan F. Codagnone
-
Constructor Summary
ConstructorsConstructorDescriptionUserInfoUIKeyboardInteractiveProxy(com.jcraft.jsch.UserInfo userInfo, com.jcraft.jsch.UIKeyboardInteractive interactive) -
Method Summary
Modifier and TypeMethodDescriptionString[]promptKeyboardInteractive(String destination, String name, String instruction, String[] prompt, boolean[] echo) booleanpromptPassphrase(String arg0) booleanpromptPassword(String arg0) booleanpromptYesNo(String arg0) voidshowMessage(String arg0)
-
Constructor Details
-
UserInfoUIKeyboardInteractiveProxy
public UserInfoUIKeyboardInteractiveProxy(com.jcraft.jsch.UserInfo userInfo, com.jcraft.jsch.UIKeyboardInteractive interactive)
-
-
Method Details
-
promptKeyboardInteractive
public String[] promptKeyboardInteractive(String destination, String name, String instruction, String[] prompt, boolean[] echo) - Specified by:
promptKeyboardInteractivein interfacecom.jcraft.jsch.UIKeyboardInteractive- See Also:
-
getPassphrase
- Specified by:
getPassphrasein interfacecom.jcraft.jsch.UserInfo- See Also:
-
getPassword
- Specified by:
getPasswordin interfacecom.jcraft.jsch.UserInfo- See Also:
-
promptPassword
- Specified by:
promptPasswordin interfacecom.jcraft.jsch.UserInfo- See Also:
-
promptPassphrase
- Specified by:
promptPassphrasein interfacecom.jcraft.jsch.UserInfo- See Also:
-
promptYesNo
- Specified by:
promptYesNoin interfacecom.jcraft.jsch.UserInfo- See Also:
-
showMessage
- Specified by:
showMessagein interfacecom.jcraft.jsch.UserInfo- See Also:
-