org.apache.maven.wagon.providers.ssh.jsch.interactive
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.UIKeyboardInteractive
UIKeyboardInteractive.promptKeyboardInteractive(String,String,String,String[],boolean[])
public java.lang.String getPassphrase()
getPassphrase
in interface com.jcraft.jsch.UserInfo
UserInfo.getPassphrase()
public java.lang.String getPassword()
getPassword
in interface com.jcraft.jsch.UserInfo
UserInfo.getPassword()
public boolean promptPassword(java.lang.String arg0)
promptPassword
in interface com.jcraft.jsch.UserInfo
UserInfo.promptPassword(String)
public boolean promptPassphrase(java.lang.String arg0)
promptPassphrase
in interface com.jcraft.jsch.UserInfo
UserInfo.promptPassphrase(String)
public boolean promptYesNo(java.lang.String arg0)
promptYesNo
in interface com.jcraft.jsch.UserInfo
UserInfo.promptYesNo(String)
public void showMessage(java.lang.String arg0)
showMessage
in interface com.jcraft.jsch.UserInfo
UserInfo.showMessage(String)
Copyright © 2003-2014. All Rights Reserved.