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 class
AbstractClaimMapper
class
AbstractClaimToGroupMapper
class
AbstractClaimToRoleMapper
Abstract class that handles the logic for importing and updating brokered users for all mappers that map an OIDC claim into aKeycloak
role.class
AbstractJsonUserAttributeMapper
Abstract class for Social Provider mappers which allow mapping of JSON user profile field into Keycloak user attribute.class
AdvancedClaimToGroupMapper
class
AdvancedClaimToRoleMapper
class
ClaimToRoleMapper
class
ExternalKeycloakRoleToRoleMapper
class
UserAttributeMapper
class
UsernameTemplateMapper
-
Uses of IdentityProviderMapper in org.keycloak.broker.provider
Classes in org.keycloak.broker.provider that implement IdentityProviderMapper Modifier and Type Class Description class
AbstractIdentityProviderMapper
class
HardcodedAttributeMapper
class
HardcodedRoleMapper
class
HardcodedUserSessionAttributeMapper
Methods in org.keycloak.broker.provider that return IdentityProviderMapper Modifier and Type Method Description IdentityProviderMapper
AbstractIdentityProviderMapper. create(KeycloakSession session)
Methods in org.keycloak.broker.provider with parameters of type IdentityProviderMapper Modifier and Type Method Description static void
IdentityProviderMapperSyncModeDelegate. 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 class
AbstractAttributeToGroupMapper
Abstract class that handles the logic for importing and updating brokered users for all mappers that map a SAML attribute into aKeycloak
group.class
AbstractAttributeToRoleMapper
Abstract class that handles the logic for importing and updating brokered users for all mappers that map a SAML attribute into aKeycloak
role.class
AdvancedAttributeToGroupMapper
class
AdvancedAttributeToRoleMapper
class
AttributeToRoleMapper
class
UserAttributeMapper
class
UsernameTemplateMapper
class
XPathAttributeMapper
-
Uses of IdentityProviderMapper in org.keycloak.social.facebook
Classes in org.keycloak.social.facebook that implement IdentityProviderMapper Modifier and Type Class Description class
FacebookUserAttributeMapper
User attribute mapper. -
Uses of IdentityProviderMapper in org.keycloak.social.github
Classes in org.keycloak.social.github that implement IdentityProviderMapper Modifier and Type Class Description class
GitHubUserAttributeMapper
User attribute mapper. -
Uses of IdentityProviderMapper in org.keycloak.social.google
Classes in org.keycloak.social.google that implement IdentityProviderMapper Modifier and Type Class Description class
GoogleUserAttributeMapper
User attribute mapper. -
Uses of IdentityProviderMapper in org.keycloak.social.instagram
Classes in org.keycloak.social.instagram that implement IdentityProviderMapper Modifier and Type Class Description class
InstagramUserAttributeMapper
User attribute mapper. -
Uses of IdentityProviderMapper in org.keycloak.social.linkedin
Classes in org.keycloak.social.linkedin that implement IdentityProviderMapper Modifier and Type Class Description class
LinkedInUserAttributeMapper
User attribute mapper. -
Uses of IdentityProviderMapper in org.keycloak.social.microsoft
Classes in org.keycloak.social.microsoft that implement IdentityProviderMapper Modifier and Type Class Description class
MicrosoftUserAttributeMapper
User attribute mapper. -
Uses of IdentityProviderMapper in org.keycloak.social.openshift
Classes in org.keycloak.social.openshift that implement IdentityProviderMapper Modifier and Type Class Description class
OpenshiftV4AttributeMapper
-
Uses of IdentityProviderMapper in org.keycloak.social.paypal
Classes in org.keycloak.social.paypal that implement IdentityProviderMapper Modifier and Type Class Description class
PayPalUserAttributeMapper
User attribute mapper. -
Uses of IdentityProviderMapper in org.keycloak.social.stackoverflow
Classes in org.keycloak.social.stackoverflow that implement IdentityProviderMapper Modifier and Type Class Description class
StackoverflowUserAttributeMapper
User attribute mapper.
-