com.maverick.sshd.auth
Interface KeyboardInteractiveProvider

All Known Implementing Classes:
PasswordKeyboardInteractiveProvider

public interface KeyboardInteractiveProvider


Method Summary
 String getInstruction()
           
 String getName()
           
 boolean hasAuthenticated()
           
 com.maverick.ssh.KBIPrompt[] init(String username, KeyboardInteractiveAuthentication provider)
           
 boolean isPassword()
           
 com.maverick.ssh.KBIPrompt[] setResponse(String[] answers)
           
 

Method Detail

init

com.maverick.ssh.KBIPrompt[] init(String username,
                                  KeyboardInteractiveAuthentication provider)

setResponse

com.maverick.ssh.KBIPrompt[] setResponse(String[] answers)

getName

String getName()

getInstruction

String getInstruction()

hasAuthenticated

boolean hasAuthenticated()

isPassword

boolean isPassword()


Copyright © 2012. All Rights Reserved.