Uses of Interface
org.keycloak.broker.provider.IdentityProviderMapper
- 
- 
Uses of IdentityProviderMapper in org.keycloak.broker.oidc.mappersClasses in org.keycloak.broker.oidc.mappers that implement IdentityProviderMapper Modifier and Type Class Description classAbstractClaimMapperclassAbstractClaimToGroupMapperclassAbstractClaimToRoleMapperAbstract class that handles the logic for importing and updating brokered users for all mappers that map an OIDC claim into aKeycloakrole.classAbstractJsonUserAttributeMapperAbstract class for Social Provider mappers which allow mapping of JSON user profile field into Keycloak user attribute.classAdvancedClaimToGroupMapperclassAdvancedClaimToRoleMapperclassClaimToRoleMapperclassExternalKeycloakRoleToRoleMapperclassUserAttributeMapperclassUsernameTemplateMapper
- 
Uses of IdentityProviderMapper in org.keycloak.broker.providerClasses in org.keycloak.broker.provider that implement IdentityProviderMapper Modifier and Type Class Description classAbstractIdentityProviderMapperclassHardcodedAttributeMapperclassHardcodedRoleMapperclassHardcodedUserSessionAttributeMapperMethods in org.keycloak.broker.provider that return IdentityProviderMapper Modifier and Type Method Description IdentityProviderMapperAbstractIdentityProviderMapper. create(KeycloakSession session)Methods in org.keycloak.broker.provider with parameters of type IdentityProviderMapper Modifier and Type Method Description static voidIdentityProviderMapperSyncModeDelegate. delegateUpdateBrokeredUser(KeycloakSession session, RealmModel realm, UserModel user, IdentityProviderMapperModel mapperModel, BrokeredIdentityContext context, IdentityProviderMapper mapper)
- 
Uses of IdentityProviderMapper in org.keycloak.broker.saml.mappersClasses in org.keycloak.broker.saml.mappers that implement IdentityProviderMapper Modifier and Type Class Description classAbstractAttributeToGroupMapperAbstract class that handles the logic for importing and updating brokered users for all mappers that map a SAML attribute into aKeycloakgroup.classAbstractAttributeToRoleMapperAbstract class that handles the logic for importing and updating brokered users for all mappers that map a SAML attribute into aKeycloakrole.classAdvancedAttributeToGroupMapperclassAdvancedAttributeToRoleMapperclassAttributeToRoleMapperclassUserAttributeMapperclassUsernameTemplateMapperclassXPathAttributeMapper
- 
Uses of IdentityProviderMapper in org.keycloak.social.facebookClasses in org.keycloak.social.facebook that implement IdentityProviderMapper Modifier and Type Class Description classFacebookUserAttributeMapperUser attribute mapper.
- 
Uses of IdentityProviderMapper in org.keycloak.social.githubClasses in org.keycloak.social.github that implement IdentityProviderMapper Modifier and Type Class Description classGitHubUserAttributeMapperUser attribute mapper.
- 
Uses of IdentityProviderMapper in org.keycloak.social.googleClasses in org.keycloak.social.google that implement IdentityProviderMapper Modifier and Type Class Description classGoogleUserAttributeMapperUser attribute mapper.
- 
Uses of IdentityProviderMapper in org.keycloak.social.instagramClasses in org.keycloak.social.instagram that implement IdentityProviderMapper Modifier and Type Class Description classInstagramUserAttributeMapperUser attribute mapper.
- 
Uses of IdentityProviderMapper in org.keycloak.social.linkedinClasses in org.keycloak.social.linkedin that implement IdentityProviderMapper Modifier and Type Class Description classLinkedInUserAttributeMapperUser attribute mapper.
- 
Uses of IdentityProviderMapper in org.keycloak.social.microsoftClasses in org.keycloak.social.microsoft that implement IdentityProviderMapper Modifier and Type Class Description classMicrosoftUserAttributeMapperUser attribute mapper.
- 
Uses of IdentityProviderMapper in org.keycloak.social.openshiftClasses in org.keycloak.social.openshift that implement IdentityProviderMapper Modifier and Type Class Description classOpenshiftV4AttributeMapper
- 
Uses of IdentityProviderMapper in org.keycloak.social.paypalClasses in org.keycloak.social.paypal that implement IdentityProviderMapper Modifier and Type Class Description classPayPalUserAttributeMapperUser attribute mapper.
- 
Uses of IdentityProviderMapper in org.keycloak.social.stackoverflowClasses in org.keycloak.social.stackoverflow that implement IdentityProviderMapper Modifier and Type Class Description classStackoverflowUserAttributeMapperUser attribute mapper.
 
-