Package com.sshtools.client
Interface KeyboardInteractiveCallback
- All Known Implementing Classes:
AbstractKeyboardInteractiveCallback,PasswordOverKeyboardInteractiveCallback
public interface KeyboardInteractiveCallback
Callback interface for keyboard-interactive authentication. Will be called when the server sends
authentication prompts.
-
Method Summary
Modifier and TypeMethodDescriptionvoidinit(SshConnection connection) voidshowPrompts(String name, String instruction, KeyboardInteractivePrompt[] prompts, KeyboardInteractivePromptCompletor completor)
-
Method Details
-
init
-
showPrompts
void showPrompts(String name, String instruction, KeyboardInteractivePrompt[] prompts, KeyboardInteractivePromptCompletor completor)
-