Uses of Interface
org.keycloak.storage.ldap.mappers.LDAPStorageMapper
-
-
Uses of LDAPStorageMapper in org.keycloak.storage.ldap.mappers
Classes in org.keycloak.storage.ldap.mappers with type parameters of type LDAPStorageMapper Modifier and Type Interface Description interface
LDAPStorageMapperFactory<T extends LDAPStorageMapper>
Classes in org.keycloak.storage.ldap.mappers that implement LDAPStorageMapper Modifier and Type Class Description class
AbstractLDAPStorageMapper
Stateful per-request objectclass
CertificateLDAPStorageMapper
class
FullNameLDAPStorageMapper
Mapper useful for the LDAP deployments when some attribute (usually CN) is mapped to full name of userclass
HardcodedAttributeMapper
class
HardcodedLDAPAttributeMapper
class
HardcodedLDAPGroupStorageMapper
class
HardcodedLDAPRoleStorageMapper
class
UserAttributeLDAPStorageMapper
Methods in org.keycloak.storage.ldap.mappers that return LDAPStorageMapper Modifier and Type Method Description LDAPStorageMapper
AbstractLDAPStorageMapperFactory. create(KeycloakSession session, ComponentModel model)
LDAPStorageMapper
LDAPStorageMapperManager. getMapper(ComponentModel mapperModel)
-
Uses of LDAPStorageMapper in org.keycloak.storage.ldap.mappers.membership
Subinterfaces of LDAPStorageMapper in org.keycloak.storage.ldap.mappers.membership Modifier and Type Interface Description interface
CommonLDAPGroupMapper
Mapper related to mapping of LDAP groups to keycloak model objects (either keycloak roles or keycloak groups) -
Uses of LDAPStorageMapper in org.keycloak.storage.ldap.mappers.membership.group
Classes in org.keycloak.storage.ldap.mappers.membership.group that implement LDAPStorageMapper Modifier and Type Class Description class
GroupLDAPStorageMapper
-
Uses of LDAPStorageMapper in org.keycloak.storage.ldap.mappers.membership.role
Classes in org.keycloak.storage.ldap.mappers.membership.role that implement LDAPStorageMapper Modifier and Type Class Description class
RoleLDAPStorageMapper
Map realm roles or roles of particular client to LDAP groups -
Uses of LDAPStorageMapper in org.keycloak.storage.ldap.mappers.msad
Classes in org.keycloak.storage.ldap.mappers.msad that implement LDAPStorageMapper Modifier and Type Class Description class
MSADUserAccountControlStorageMapper
Mapper specific to MSAD. -
Uses of LDAPStorageMapper in org.keycloak.storage.ldap.mappers.msadlds
Classes in org.keycloak.storage.ldap.mappers.msadlds that implement LDAPStorageMapper Modifier and Type Class Description class
MSADLDSUserAccountControlStorageMapper
Mapper specific to MSAD LDS.
-