Package com.sshtools.common.auth
Interface KeyboardInteractiveProvider
- All Known Implementing Classes:
PasswordKeyboardInteractiveProvider
public interface KeyboardInteractiveProvider
-
Method Summary
Modifier and TypeMethodDescriptiongetName()booleaninit(SshConnection con) booleansetResponse(String[] answers, Collection<KBIPrompt> additionalPrompts)
-
Method Details
-
init
-
setResponse
- Throws:
IOException
-
getName
String getName() -
getInstruction
String getInstruction() -
hasAuthenticated
boolean hasAuthenticated()
-