public class PasswordKeyboardInteractiveProvider extends Object implements DisplayAwareKeyboardInteractiveProvider
| Constructor and Description |
|---|
PasswordKeyboardInteractiveProvider(PasswordAuthenticationProvider[] providers,
Connection con) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getChangePasswordFailed(String username) |
protected String |
getChangePasswordInstructions(String username) |
protected String |
getChangePasswordMismatch(String username) |
protected String |
getConfirmPasswordPrompt() |
String |
getDisplayName() |
String |
getInstruction() |
protected String |
getInstructions(String username) |
String |
getName() |
protected String |
getNewPasswordPrompt() |
protected String |
getPasswordPrompt() |
boolean |
hasAuthenticated() |
KBIPrompt[] |
init(Connection con,
KeyboardInteractiveAuthentication auth) |
void |
setName(String name) |
KBIPrompt[] |
setResponse(String[] answers) |
public PasswordKeyboardInteractiveProvider(PasswordAuthenticationProvider[] providers, Connection con)
public boolean hasAuthenticated()
hasAuthenticated in interface KeyboardInteractiveProviderpublic String getDisplayName()
getDisplayName in interface DisplayAwareKeyboardInteractiveProviderpublic KBIPrompt[] setResponse(String[] answers)
setResponse in interface KeyboardInteractiveProviderpublic KBIPrompt[] init(Connection con, KeyboardInteractiveAuthentication auth)
init in interface KeyboardInteractiveProviderpublic String getInstruction()
getInstruction in interface KeyboardInteractiveProviderpublic String getName()
getName in interface KeyboardInteractiveProviderpublic void setName(String name)
protected String getPasswordPrompt()
protected String getConfirmPasswordPrompt()
protected String getNewPasswordPrompt()
Copyright © 2025. All rights reserved.