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

Class PrompterUIKeyboardInteractive

Implemented Interfaces:
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.

Author:
Juan F. Codagnone
Since:
Sep 22, 2005

Constructor Summary

PrompterUIKeyboardInteractive()
PrompterUIKeyboardInteractive(Prompter promper)

Method Summary

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

Constructor Details

PrompterUIKeyboardInteractive

public PrompterUIKeyboardInteractive()

PrompterUIKeyboardInteractive

public PrompterUIKeyboardInteractive(Prompter promper)

Method Details

promptKeyboardInteractive

public String[] promptKeyboardInteractive(String destination,
                                          String name,
                                          String instruction,
                                          String[] prompt,
                                          boolean[] echo)
See Also:
UIKeyboardInteractive.promptKeyboardInteractive(String,String, String,String[],boolean[])