com.maverick.sshd
Class PasswordKeyboardInteractiveProvider
java.lang.Object
com.maverick.sshd.PasswordKeyboardInteractiveProvider
- All Implemented Interfaces:
- KeyboardInteractiveProvider
public class PasswordKeyboardInteractiveProvider
- extends java.lang.Object
- implements KeyboardInteractiveProvider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordKeyboardInteractiveProvider
public PasswordKeyboardInteractiveProvider()
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.