public class IdpEmailVerificationAuthenticator extends AbstractIdpAuthenticator
| Modifier and Type | Field and Description |
|---|---|
static String |
VERIFY_ACCOUNT_IDP_USERNAME |
BROKER_REGISTERED_NEW_USER, BROKERED_CONTEXT_NOTE, ENFORCE_UPDATE_PROFILE, EXISTING_USER_INFO, FIRST_BROKER_LOGIN_SUCCESS, NESTED_FIRST_BROKER_CONTEXT, UPDATE_PROFILE_EMAIL_CHANGED| Constructor and Description |
|---|
IdpEmailVerificationAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
actionImpl(AuthenticationFlowContext context,
SerializedBrokeredIdentityContext serializedCtx,
BrokeredIdentityContext brokerContext) |
protected void |
authenticateImpl(AuthenticationFlowContext context,
SerializedBrokeredIdentityContext serializedCtx,
BrokeredIdentityContext brokerContext) |
boolean |
configuredFor(KeycloakSession session,
RealmModel realm,
UserModel user) |
boolean |
requiresUser() |
protected void |
showEmailSentPage(AuthenticationFlowContext context,
BrokeredIdentityContext brokerContext) |
action, authenticate, close, getExistingUser, sendFailureChallenge, setRequiredActionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitareRequiredActionsEnabled, getRequiredActionspublic static final String VERIFY_ACCOUNT_IDP_USERNAME
protected void authenticateImpl(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext)
authenticateImpl in class AbstractIdpAuthenticatorprotected void actionImpl(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext)
actionImpl in class AbstractIdpAuthenticatorpublic boolean requiresUser()
public boolean configuredFor(KeycloakSession session, RealmModel realm, UserModel user)
protected void showEmailSentPage(AuthenticationFlowContext context, BrokeredIdentityContext brokerContext)
Copyright © 2020 JBoss by Red Hat. All rights reserved.