org.apache.maven.wagon.providers.ssh.jsch.interactive
Class PrompterUIKeyboardInteractive
java.lang.Object
org.apache.maven.wagon.providers.ssh.jsch.interactive.PrompterUIKeyboardInteractive
- UIKeyboardInteractive
public class PrompterUIKeyboardInteractive
extends java.lang.Object
implements UIKeyboardInteractive
UIKeyboardInteractive that use pluxus-prompter
UIKeyboardInteractive
are usefull when you don't use user with
password authentication with a server that use keyboard-interactive and
doesn't allow password method
PasswordAuthentication no
.
PrompterUIKeyboardInteractive
public PrompterUIKeyboardInteractive()
PrompterUIKeyboardInteractive
public PrompterUIKeyboardInteractive(Prompter promper)
promptKeyboardInteractive
public String[] promptKeyboardInteractive(String destination,
String name,
String instruction,
String[] prompt,
boolean[] echo)
UIKeyboardInteractive.promptKeyboardInteractive(String,String,
String,String[],boolean[])