public interface KeyboardInteractiveProvider
Modifier and Type | Method and Description |
---|---|
String |
getInstruction() |
String |
getName() |
boolean |
hasAuthenticated() |
KBIPrompt[] |
init(Connection con,
KeyboardInteractiveAuthentication provider) |
KBIPrompt[] |
setResponse(String[] answers) |
KBIPrompt[] init(Connection con, KeyboardInteractiveAuthentication provider)
KBIPrompt[] setResponse(String[] answers) throws IOException
IOException
String getName()
String getInstruction()
boolean hasAuthenticated()
Copyright © 2024. All rights reserved.