com.maverick.sshd
Class PasswordKeyboardInteractiveProvider

java.lang.Object
  extended by com.maverick.sshd.PasswordKeyboardInteractiveProvider
All Implemented Interfaces:
KeyboardInteractiveProvider

public class PasswordKeyboardInteractiveProvider
extends java.lang.Object
implements KeyboardInteractiveProvider


Constructor Summary
PasswordKeyboardInteractiveProvider()
           
 
Method Summary
 java.lang.String getInstruction()
           
 java.lang.String getName()
           
 boolean hasAuthenticated()
           
 com.maverick.ssh2.KBIPrompt[] init(java.lang.String username, KeyboardInteractiveAuthentication auth)
           
 com.maverick.ssh2.KBIPrompt[] setResponse(java.lang.String[] answers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordKeyboardInteractiveProvider

public PasswordKeyboardInteractiveProvider()
Method Detail

hasAuthenticated

public boolean hasAuthenticated()
Specified by:
hasAuthenticated in interface KeyboardInteractiveProvider

setResponse

public com.maverick.ssh2.KBIPrompt[] setResponse(java.lang.String[] answers)
Specified by:
setResponse in interface KeyboardInteractiveProvider

init

public com.maverick.ssh2.KBIPrompt[] init(java.lang.String username,
                                          KeyboardInteractiveAuthentication auth)
Specified by:
init in interface KeyboardInteractiveProvider

getInstruction

public java.lang.String getInstruction()
Specified by:
getInstruction in interface KeyboardInteractiveProvider

getName

public java.lang.String getName()
Specified by:
getName in interface KeyboardInteractiveProvider


Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.