public class PrompterUIKeyboardInteractive extends 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 |
---|---|
String[] |
promptKeyboardInteractive(String destination,
String name,
String instruction,
String[] prompt,
boolean[] echo) |
public PrompterUIKeyboardInteractive()
public PrompterUIKeyboardInteractive(org.codehaus.plexus.components.interactivity.Prompter promper)
public String[] promptKeyboardInteractive(String destination, String name, String instruction, String[] prompt, boolean[] echo)
promptKeyboardInteractive
in interface com.jcraft.jsch.UIKeyboardInteractive
UIKeyboardInteractive.promptKeyboardInteractive(String,String,
String,String[],boolean[])
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.