public class IdpConfirmLinkAuthenticator extends AbstractIdpAuthenticator
| Modifier and Type | Field and Description |
|---|---|
protected static ServicesLogger |
logger |
BROKER_REGISTERED_NEW_USER, BROKERED_CONTEXT_NOTE, ENFORCE_UPDATE_PROFILE, EXISTING_USER_INFO, IS_DIFFERENT_BROWSER, UPDATE_PROFILE_EMAIL_CHANGED| Constructor and Description |
|---|
IdpConfirmLinkAuthenticator() |
| 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() |
action, authenticate, close, getExistingUser, sendFailureChallenge, setRequiredActionsprotected static ServicesLogger logger
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)
Copyright © 2016 JBoss by Red Hat. All rights reserved.