public class PasswordKeyboardInteractiveProvider extends Object implements KeyboardInteractiveProvider
| Constructor and Description |
|---|
PasswordKeyboardInteractiveProvider(PasswordAuthenticationProvider[] passwordProviders) |
| Modifier and Type | Method and Description |
|---|---|
String |
getInstruction() |
String |
getName() |
boolean |
hasAuthenticated() |
com.maverick.ssh.KBIPrompt[] |
init(String username,
KeyboardInteractiveAuthentication auth) |
boolean |
isPassword() |
com.maverick.ssh.KBIPrompt[] |
setResponse(String[] answers) |
public PasswordKeyboardInteractiveProvider(PasswordAuthenticationProvider[] passwordProviders)
public boolean hasAuthenticated()
hasAuthenticated in interface KeyboardInteractiveProviderpublic com.maverick.ssh.KBIPrompt[] setResponse(String[] answers)
setResponse in interface KeyboardInteractiveProviderpublic com.maverick.ssh.KBIPrompt[] init(String username, KeyboardInteractiveAuthentication auth)
init in interface KeyboardInteractiveProviderpublic String getInstruction()
getInstruction in interface KeyboardInteractiveProviderpublic String getName()
getName in interface KeyboardInteractiveProviderpublic boolean isPassword()
isPassword in interface KeyboardInteractiveProviderCopyright © 2012. All Rights Reserved.