Class OTPFormAuthenticator
java.lang.Object
org.keycloak.authentication.AbstractFormAuthenticator
org.keycloak.authentication.authenticators.browser.AbstractUsernameFormAuthenticator
org.keycloak.authentication.authenticators.browser.OTPFormAuthenticator
- All Implemented Interfaces:
Authenticator,CredentialValidator<OTPCredentialProvider>,Provider
- Direct Known Subclasses:
ConditionalOtpFormAuthenticator
public class OTPFormAuthenticator
extends AbstractUsernameFormAuthenticator
implements Authenticator, CredentialValidator<OTPCredentialProvider>
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
FieldsFields inherited from class org.keycloak.authentication.authenticators.browser.AbstractUsernameFormAuthenticator
ATTEMPTED_USERNAME, REGISTRATION_FORM_ACTION, USER_SET_BEFORE_USERNAME_PASSWORD_AUTH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaction(AuthenticationFlowContext context) voidauthenticate(AuthenticationFlowContext context) voidclose()booleanconfiguredFor(KeycloakSession session, RealmModel realm, UserModel user) protected jakarta.ws.rs.core.Responseprotected Stringprotected StringgetCredentialProvider(KeycloakSession session) getRequiredActions(KeycloakSession session) booleanvoidsetRequiredActions(KeycloakSession session, RealmModel realm, UserModel user) voidvalidateOTP(AuthenticationFlowContext context) Methods inherited from class org.keycloak.authentication.authenticators.browser.AbstractUsernameFormAuthenticator
challenge, challenge, dummyHash, enabledUser, getDefaultChallengeMessage, isDisabledByBruteForce, isUserAlreadySetBeforeUsernamePasswordAuth, runDefaultDummyHash, setDuplicateUserChallenge, testInvalidUser, validatePassword, validateUser, validateUserAndPasswordMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.authentication.Authenticator
areRequiredActionsEnabledMethods inherited from interface org.keycloak.authentication.CredentialValidator
getCredentials, getType
-
Field Details
-
SELECTED_OTP_CREDENTIAL_ID
- See Also:
-
UNNAMED
- See Also:
-
-
Constructor Details
-
OTPFormAuthenticator
public OTPFormAuthenticator()
-
-
Method Details
-
action
- Specified by:
actionin interfaceAuthenticator- Overrides:
actionin classAbstractUsernameFormAuthenticator
-
authenticate
- Specified by:
authenticatein interfaceAuthenticator
-
validateOTP
-
requiresUser
public boolean requiresUser()- Specified by:
requiresUserin interfaceAuthenticator
-
disabledByBruteForceError
- Overrides:
disabledByBruteForceErrorin classAbstractUsernameFormAuthenticator
-
disabledByBruteForceFieldError
- Overrides:
disabledByBruteForceFieldErrorin classAbstractUsernameFormAuthenticator
-
createLoginForm
- Overrides:
createLoginFormin classAbstractUsernameFormAuthenticator
-
configuredFor
- Specified by:
configuredForin interfaceAuthenticator
-
setRequiredActions
- Specified by:
setRequiredActionsin interfaceAuthenticator
-
getRequiredActions
- Specified by:
getRequiredActionsin interfaceAuthenticator
-
close
public void close()- Specified by:
closein interfaceProvider- Overrides:
closein classAbstractFormAuthenticator
-
getCredentialProvider
- Specified by:
getCredentialProviderin interfaceCredentialValidator<OTPCredentialProvider>
-