Class IdpEmailVerificationAuthenticator
- java.lang.Object
- 
- org.keycloak.authentication.authenticators.broker.AbstractIdpAuthenticator
- 
- org.keycloak.authentication.authenticators.broker.IdpEmailVerificationAuthenticator
 
 
- 
- All Implemented Interfaces:
- Authenticator,- Provider
 
 public class IdpEmailVerificationAuthenticator extends AbstractIdpAuthenticator - Author:
- Marek Posolda
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringVERIFY_ACCOUNT_IDP_USERNAME- 
Fields inherited from class org.keycloak.authentication.authenticators.broker.AbstractIdpAuthenticatorBROKER_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 SummaryConstructors Constructor Description IdpEmailVerificationAuthenticator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidactionImpl(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext)protected voidauthenticateImpl(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext)booleanconfiguredFor(KeycloakSession session, RealmModel realm, UserModel user)Is this authenticator configured for this user.booleanrequiresUser()Does this authenticator require that the user has already been identified? That AuthenticatorContext.getUser() is not null?protected voidshowEmailSentPage(AuthenticationFlowContext context, BrokeredIdentityContext brokerContext)- 
Methods inherited from class org.keycloak.authentication.authenticators.broker.AbstractIdpAuthenticatoraction, authenticate, close, getExistingUser, sendFailureChallenge, setRequiredActions
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.authentication.AuthenticatorareRequiredActionsEnabled, getRequiredActions
 
- 
 
- 
- 
- 
Field Detail- 
VERIFY_ACCOUNT_IDP_USERNAMEpublic static final String VERIFY_ACCOUNT_IDP_USERNAME - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
authenticateImplprotected void authenticateImpl(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext) - Specified by:
- authenticateImplin class- AbstractIdpAuthenticator
 
 - 
actionImplprotected void actionImpl(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext) - Specified by:
- actionImplin class- AbstractIdpAuthenticator
 
 - 
requiresUserpublic boolean requiresUser() Description copied from interface:AuthenticatorDoes this authenticator require that the user has already been identified? That AuthenticatorContext.getUser() is not null?- Returns:
 
 - 
configuredForpublic boolean configuredFor(KeycloakSession session, RealmModel realm, UserModel user) Description copied from interface:AuthenticatorIs this authenticator configured for this user.- Returns:
 
 - 
showEmailSentPageprotected void showEmailSentPage(AuthenticationFlowContext context, BrokeredIdentityContext brokerContext) 
 
- 
 
-