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) |
protected ConsoleDisplayMode |
challenge(AuthenticationFlowContext context) |
boolean |
requiresUser() |
authenticate, challenge, close, configuredFor, setDuplicateUserChallenge, setRequiredActions
createLoginForm, disabledByBruteForceError, dummyHash, enabledUser, getDefaultChallengeMessage, isDisabledByBruteForce, runDefaultDummyHash, testInvalidUser, validatePassword, validatePassword, validateUser, validateUserAndPassword
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
areRequiredActionsEnabled, getRequiredActions
public static ConsolePasswordAuthenticator SINGLETON
protected ConsoleDisplayMode challenge(AuthenticationFlowContext context)
challenge
in class ConsoleUsernamePasswordAuthenticator
public void action(AuthenticationFlowContext context)
action
in interface Authenticator
action
in class ConsoleUsernamePasswordAuthenticator
public boolean requiresUser()
requiresUser
in interface Authenticator
requiresUser
in class ConsoleUsernamePasswordAuthenticator
Copyright © 2021 JBoss by Red Hat. All rights reserved.