org.apache.maven.wagon.providers.ssh.jsch.interactive

Class PrompterUIKeyboardInteractive

public class PrompterUIKeyboardInteractive extends 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.

Since: Sep 22, 2005

Author: Juan F. Codagnone

Field Summary
Prompterprompter
Constructor Summary
PrompterUIKeyboardInteractive()
PrompterUIKeyboardInteractive(Prompter promper)
Method Summary
String[]promptKeyboardInteractive(String destination, String name, String instruction, String[] prompt, boolean[] echo)

Field Detail

prompter

private Prompter prompter

Constructor Detail

PrompterUIKeyboardInteractive

public PrompterUIKeyboardInteractive()

PrompterUIKeyboardInteractive

public PrompterUIKeyboardInteractive(Prompter promper)

Method Detail

promptKeyboardInteractive

public String[] promptKeyboardInteractive(String destination, String name, String instruction, String[] prompt, boolean[] echo)

See Also: UIKeyboardInteractive#promptKeyboardInteractive(String,String, String,String[],boolean[])