com.maverick.sshd.auth
Interface KeyboardInteractiveProvider
- All Known Implementing Classes:
- PasswordKeyboardInteractiveProvider
public interface KeyboardInteractiveProvider
init
com.maverick.ssh.common.KBIPrompt[] init(String username,
KeyboardInteractiveAuthentication provider)
setResponse
com.maverick.ssh.common.KBIPrompt[] setResponse(String[] answers)
getName
String getName()
getInstruction
String getInstruction()
hasAuthenticated
boolean hasAuthenticated()
isPassword
boolean isPassword()
Copyright © 2012. All Rights Reserved.