Class AbstractAttributeToRoleMapper

java.lang.Object
org.keycloak.broker.provider.AbstractIdentityProviderMapper
org.keycloak.broker.saml.mappers.AbstractAttributeToRoleMapper
All Implemented Interfaces:
IdentityProviderMapper, ConfiguredProvider, Provider, ProviderFactory<IdentityProviderMapper>
Direct Known Subclasses:
AdvancedAttributeToRoleMapper, AttributeToRoleMapper

public abstract class AbstractAttributeToRoleMapper extends AbstractIdentityProviderMapper
Abstract class that handles the logic for importing and updating brokered users for all mappers that map a SAML attribute into a Keycloak role.
Author:
Stefan Guilhen, Daniel Fesenmeyer