public class ConsoleOTPFormAuthenticator extends OTPFormAuthenticator implements Authenticator
| Modifier and Type | Field and Description |
|---|---|
static ConsoleOTPFormAuthenticator |
SINGLETON |
SELECTED_OTP_CREDENTIAL_ID, UNNAMEDATTEMPTED_USERNAME, REGISTRATION_FORM_ACTION| Constructor and Description |
|---|
ConsoleOTPFormAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
void |
action(AuthenticationFlowContext context)
Called from a form action invocation.
|
void |
authenticate(AuthenticationFlowContext context)
Initial call for the authenticator.
|
protected ConsoleDisplayMode |
challenge(AuthenticationFlowContext context) |
protected javax.ws.rs.core.Response |
challenge(AuthenticationFlowContext context,
String msg) |
void |
close() |
static URI |
getCallbackUrl(AuthenticationFlowContext context) |
configuredFor, createLoginForm, getCredentialProvider, getRequiredActions, requiresUser, setRequiredActions, tempDisabledError, tempDisabledFieldError, validateOTPchallenge, dummyHash, enabledUser, getDefaultChallengeMessage, isTemporarilyDisabledByBruteForce, runDefaultDummyHash, setDuplicateUserChallenge, testInvalidUser, validatePassword, validatePassword, validateUser, validateUserAndPasswordclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitareRequiredActionsEnabled, configuredFor, getRequiredActions, requiresUser, setRequiredActionsgetCredentials, getTypepublic static final ConsoleOTPFormAuthenticator SINGLETON
public static URI getCallbackUrl(AuthenticationFlowContext context)
protected ConsoleDisplayMode challenge(AuthenticationFlowContext context)
public void action(AuthenticationFlowContext context)
Authenticatoraction in interface Authenticatoraction in class OTPFormAuthenticatorpublic void authenticate(AuthenticationFlowContext context)
Authenticatorauthenticate in interface Authenticatorauthenticate in class OTPFormAuthenticatorprotected javax.ws.rs.core.Response challenge(AuthenticationFlowContext context, String msg)
challenge in class AbstractUsernameFormAuthenticatorpublic void close()
close in interface Providerclose in class OTPFormAuthenticatorCopyright © 2021 JBoss by Red Hat. All rights reserved.