Class IdpConfirmOverrideLinkAuthenticator
java.lang.Object
org.keycloak.authentication.authenticators.broker.AbstractIdpAuthenticator
org.keycloak.authentication.authenticators.broker.IdpConfirmOverrideLinkAuthenticator
- All Implemented Interfaces:
Authenticator,Provider
-
Field Summary
FieldsFields inherited from class org.keycloak.authentication.authenticators.broker.AbstractIdpAuthenticator
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidactionImpl(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext) protected voidauthenticateImpl(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext) booleanconfiguredFor(KeycloakSession session, RealmModel realm, UserModel user) booleanMethods inherited from class org.keycloak.authentication.authenticators.broker.AbstractIdpAuthenticator
action, authenticate, close, getExistingUser, sendFailureChallenge, setRequiredActionsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.authentication.Authenticator
areRequiredActionsEnabled, getRequiredActions
-
Field Details
-
OVERRIDE_LINK
- See Also:
-
-
Constructor Details
-
IdpConfirmOverrideLinkAuthenticator
public IdpConfirmOverrideLinkAuthenticator()
-
-
Method Details
-
authenticateImpl
protected void authenticateImpl(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext) - Specified by:
authenticateImplin classAbstractIdpAuthenticator
-
actionImpl
protected void actionImpl(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext) - Specified by:
actionImplin classAbstractIdpAuthenticator
-
requiresUser
public boolean requiresUser() -
configuredFor
-