public class PrompterUIKeyboardInteractive
extends java.lang.Object
implements com.jcraft.jsch.UIKeyboardInteractive
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
.Constructor and Description |
---|
PrompterUIKeyboardInteractive() |
PrompterUIKeyboardInteractive(org.codehaus.plexus.components.interactivity.Prompter promper) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
promptKeyboardInteractive(java.lang.String destination,
java.lang.String name,
java.lang.String instruction,
java.lang.String[] prompt,
boolean[] echo) |
public PrompterUIKeyboardInteractive()
public PrompterUIKeyboardInteractive(org.codehaus.plexus.components.interactivity.Prompter promper)
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[])
Copyright © 2003-2013. All Rights Reserved.