public final class ConsolePasswordAuthenticator extends ConsoleUsernamePasswordAuthenticator
| Modifier and Type | Field and Description |
|---|---|
static ConsolePasswordAuthenticator |
SINGLETON |
ATTEMPTED_USERNAME, REGISTRATION_FORM_ACTION| Constructor and Description |
|---|
ConsolePasswordAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
void |
action(AuthenticationFlowContext context)
Called from a form action invocation.
|
protected ConsoleDisplayMode |
challenge(AuthenticationFlowContext context) |
boolean |
requiresUser()
Does this authenticator require that the user has already been identified? That AuthenticatorContext.getUser() is not null?
|
authenticate, challenge, close, configuredFor, setDuplicateUserChallenge, setRequiredActionschallenge, createLoginForm, dummyHash, enabledUser, getDefaultChallengeMessage, isTemporarilyDisabledByBruteForce, runDefaultDummyHash, tempDisabledError, tempDisabledFieldError, testInvalidUser, validatePassword, validatePassword, validateUser, validateUserAndPasswordclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitareRequiredActionsEnabled, getRequiredActionspublic static ConsolePasswordAuthenticator SINGLETON
protected ConsoleDisplayMode challenge(AuthenticationFlowContext context)
challenge in class ConsoleUsernamePasswordAuthenticatorpublic void action(AuthenticationFlowContext context)
Authenticatoraction in interface Authenticatoraction in class ConsoleUsernamePasswordAuthenticatorpublic boolean requiresUser()
AuthenticatorrequiresUser in interface AuthenticatorrequiresUser in class ConsoleUsernamePasswordAuthenticatorCopyright © 2021 JBoss by Red Hat. All rights reserved.