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 KeyboardInteractiveProvider
public String getDisplayName()
getDisplayName
in interface DisplayAwareKeyboardInteractiveProvider
public KBIPrompt[] setResponse(String[] answers)
setResponse
in interface KeyboardInteractiveProvider
public KBIPrompt[] init(Connection con, KeyboardInteractiveAuthentication auth)
init
in interface KeyboardInteractiveProvider
public String getInstruction()
getInstruction
in interface KeyboardInteractiveProvider
public String getName()
getName
in interface KeyboardInteractiveProvider
public void setName(String name)
protected String getPasswordPrompt()
protected String getConfirmPasswordPrompt()
protected String getNewPasswordPrompt()
Copyright © 2024. All rights reserved.