public interface SshKeyboardInteractiveAuthenticator extends SshAuthenticator
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
challenge(java.lang.String name,
java.lang.String instruction,
java.lang.String[] prompt,
boolean[] echo)
Challenge the user with a number of questions.
|
getTypeNamejava.lang.String[] challenge(java.lang.String name,
java.lang.String instruction,
java.lang.String[] prompt,
boolean[] echo)
name - name of challengeinstruction - textual instructionsprompt - list of prompts to displayecho - whether to echo each prompt (number of elements will match
'prompt' argument)null if the user cancelledCopyright © 2018. All rights reserved.