Class IdpDetectExistingBrokerUserAuthenticator
java.lang.Object
org.keycloak.authentication.authenticators.broker.AbstractIdpAuthenticator
org.keycloak.authentication.authenticators.broker.IdpCreateUserIfUniqueAuthenticator
org.keycloak.authentication.authenticators.broker.IdpDetectExistingBrokerUserAuthenticator
- All Implemented Interfaces:
Authenticator
,Provider
-
Field Summary
Fields 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
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
authenticateImpl
(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext) boolean
configuredFor
(KeycloakSession session, RealmModel realm, UserModel user) Is this authenticator configured for this user.boolean
Does this authenticator require that the user has already been identified? That AuthenticatorContext.getUser() is not null?Methods inherited from class org.keycloak.authentication.authenticators.broker.IdpCreateUserIfUniqueAuthenticator
actionImpl, checkExistingUser, getUsername, userRegisteredSuccess
Methods inherited from class org.keycloak.authentication.authenticators.broker.AbstractIdpAuthenticator
action, authenticate, close, getExistingUser, sendFailureChallenge, setRequiredActions
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.authentication.Authenticator
areRequiredActionsEnabled, getRequiredActions
-
Constructor Details
-
IdpDetectExistingBrokerUserAuthenticator
public IdpDetectExistingBrokerUserAuthenticator()
-
-
Method Details
-
authenticateImpl
protected void authenticateImpl(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext) - Overrides:
authenticateImpl
in classIdpCreateUserIfUniqueAuthenticator
-
requiresUser
public boolean requiresUser()Description copied from interface:Authenticator
Does this authenticator require that the user has already been identified? That AuthenticatorContext.getUser() is not null?- Specified by:
requiresUser
in interfaceAuthenticator
- Overrides:
requiresUser
in classIdpCreateUserIfUniqueAuthenticator
- Returns:
-
configuredFor
Description copied from interface:Authenticator
Is this authenticator configured for this user.- Specified by:
configuredFor
in interfaceAuthenticator
- Overrides:
configuredFor
in classIdpCreateUserIfUniqueAuthenticator
- Returns:
-