com.maverick.ssh2
Interface KBIRequestHandler


public interface KBIRequestHandler

Callback interface used by the KBIAuthentication authentication mechanism.

Author:
$author$

Method Summary
 void showPrompts(java.lang.String name, java.lang.String instruction, KBIPrompt[] prompts)
          Called by the keyboard-interactive authentication mechanism when the server requests information from the user.
 

Method Detail

showPrompts

public void showPrompts(java.lang.String name,
                        java.lang.String instruction,
                        KBIPrompt[] prompts)
Called by the keyboard-interactive authentication mechanism when the server requests information from the user. Rach prompt should be displayed to the user with their response recorded within the prompt object.

Parameters:
name -
instruction -
prompts -


Copyright © 2003 3SP LTD. All Rights Reserved.