Uses of Interface
org.keycloak.broker.provider.IdentityProviderMapper
-
-
Uses of IdentityProviderMapper in org.keycloak.broker.oidc.mappers
Classes 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.provider
Classes 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.mappers
Classes 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.facebook
Classes in org.keycloak.social.facebook that implement IdentityProviderMapper Modifier and Type Class Description classFacebookUserAttributeMapperUser attribute mapper. -
Uses of IdentityProviderMapper in org.keycloak.social.github
Classes in org.keycloak.social.github that implement IdentityProviderMapper Modifier and Type Class Description classGitHubUserAttributeMapperUser attribute mapper. -
Uses of IdentityProviderMapper in org.keycloak.social.google
Classes in org.keycloak.social.google that implement IdentityProviderMapper Modifier and Type Class Description classGoogleUserAttributeMapperUser attribute mapper. -
Uses of IdentityProviderMapper in org.keycloak.social.instagram
Classes in org.keycloak.social.instagram that implement IdentityProviderMapper Modifier and Type Class Description classInstagramUserAttributeMapperUser attribute mapper. -
Uses of IdentityProviderMapper in org.keycloak.social.linkedin
Classes in org.keycloak.social.linkedin that implement IdentityProviderMapper Modifier and Type Class Description classLinkedInUserAttributeMapperUser attribute mapper. -
Uses of IdentityProviderMapper in org.keycloak.social.microsoft
Classes in org.keycloak.social.microsoft that implement IdentityProviderMapper Modifier and Type Class Description classMicrosoftUserAttributeMapperUser attribute mapper. -
Uses of IdentityProviderMapper in org.keycloak.social.openshift
Classes in org.keycloak.social.openshift that implement IdentityProviderMapper Modifier and Type Class Description classOpenshiftV4AttributeMapper -
Uses of IdentityProviderMapper in org.keycloak.social.paypal
Classes in org.keycloak.social.paypal that implement IdentityProviderMapper Modifier and Type Class Description classPayPalUserAttributeMapperUser attribute mapper. -
Uses of IdentityProviderMapper in org.keycloak.social.stackoverflow
Classes in org.keycloak.social.stackoverflow that implement IdentityProviderMapper Modifier and Type Class Description classStackoverflowUserAttributeMapperUser attribute mapper.
-