org.apache.ivy.plugins.repository.ssh
private static class SshCache.CfUserInfo extends Object implements UserInfo, UIKeyboardInteractive
Constructor Summary | |
---|---|
CfUserInfo(String host, String userName, String userPassword, File pemFile, String pemPassword, File passfile) |
Method Summary | |
---|---|
String | getPassphrase() |
String | getPassword() |
String[] | promptKeyboardInteractive(String destination, String name, String instruction, String[] prompt, boolean[] echo) |
boolean | promptPassphrase(String message) |
boolean | promptPassword(String message) |
boolean | promptYesNo(String message) |
void | showMessage(String message) |