public interface KeyboardInteractiveProvider
| Modifier and Type | Method and Description |
|---|---|
String |
getInstruction() |
String |
getName() |
boolean |
hasAuthenticated() |
com.maverick.ssh.KBIPrompt[] |
init(String username,
KeyboardInteractiveAuthentication provider) |
boolean |
isPassword() |
com.maverick.ssh.KBIPrompt[] |
setResponse(String[] answers) |
com.maverick.ssh.KBIPrompt[] init(String username, KeyboardInteractiveAuthentication provider)
com.maverick.ssh.KBIPrompt[] setResponse(String[] answers)
String getName()
String getInstruction()
boolean hasAuthenticated()
boolean isPassword()
Copyright © 2012. All Rights Reserved.