Uses of Class
org.keycloak.broker.provider.AbstractIdentityProviderMapper
-
-
Uses of AbstractIdentityProviderMapper in org.keycloak.broker.oidc.mappers
Subclasses of AbstractIdentityProviderMapper in org.keycloak.broker.oidc.mappers 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 AbstractIdentityProviderMapper in org.keycloak.broker.provider
Subclasses of AbstractIdentityProviderMapper in org.keycloak.broker.provider Modifier and Type Class Description class
HardcodedAttributeMapper
class
HardcodedRoleMapper
class
HardcodedUserSessionAttributeMapper
-
Uses of AbstractIdentityProviderMapper in org.keycloak.broker.saml.mappers
Subclasses of AbstractIdentityProviderMapper in org.keycloak.broker.saml.mappers 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 AbstractIdentityProviderMapper in org.keycloak.social.facebook
Subclasses of AbstractIdentityProviderMapper in org.keycloak.social.facebook Modifier and Type Class Description class
FacebookUserAttributeMapper
User attribute mapper. -
Uses of AbstractIdentityProviderMapper in org.keycloak.social.github
Subclasses of AbstractIdentityProviderMapper in org.keycloak.social.github Modifier and Type Class Description class
GitHubUserAttributeMapper
User attribute mapper. -
Uses of AbstractIdentityProviderMapper in org.keycloak.social.google
Subclasses of AbstractIdentityProviderMapper in org.keycloak.social.google Modifier and Type Class Description class
GoogleUserAttributeMapper
User attribute mapper. -
Uses of AbstractIdentityProviderMapper in org.keycloak.social.instagram
Subclasses of AbstractIdentityProviderMapper in org.keycloak.social.instagram Modifier and Type Class Description class
InstagramUserAttributeMapper
User attribute mapper. -
Uses of AbstractIdentityProviderMapper in org.keycloak.social.linkedin
Subclasses of AbstractIdentityProviderMapper in org.keycloak.social.linkedin Modifier and Type Class Description class
LinkedInUserAttributeMapper
User attribute mapper. -
Uses of AbstractIdentityProviderMapper in org.keycloak.social.microsoft
Subclasses of AbstractIdentityProviderMapper in org.keycloak.social.microsoft Modifier and Type Class Description class
MicrosoftUserAttributeMapper
User attribute mapper. -
Uses of AbstractIdentityProviderMapper in org.keycloak.social.openshift
Subclasses of AbstractIdentityProviderMapper in org.keycloak.social.openshift Modifier and Type Class Description class
OpenshiftV4AttributeMapper
-
Uses of AbstractIdentityProviderMapper in org.keycloak.social.paypal
Subclasses of AbstractIdentityProviderMapper in org.keycloak.social.paypal Modifier and Type Class Description class
PayPalUserAttributeMapper
User attribute mapper. -
Uses of AbstractIdentityProviderMapper in org.keycloak.social.stackoverflow
Subclasses of AbstractIdentityProviderMapper in org.keycloak.social.stackoverflow Modifier and Type Class Description class
StackoverflowUserAttributeMapper
User attribute mapper.
-