Modifier and Type | Interface and Description |
---|---|
interface |
LDAPStorageMapperFactory<T extends LDAPStorageMapper> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLDAPStorageMapper
Stateful per-request object
|
class |
CertificateLDAPStorageMapper |
class |
FullNameLDAPStorageMapper
Mapper useful for the LDAP deployments when some attribute (usually CN) is mapped to full name of user
|
class |
HardcodedAttributeMapper |
class |
HardcodedLDAPAttributeMapper |
class |
HardcodedLDAPGroupStorageMapper |
class |
HardcodedLDAPRoleStorageMapper |
class |
UserAttributeLDAPStorageMapper |
Modifier and Type | Method and Description |
---|---|
LDAPStorageMapper |
AbstractLDAPStorageMapperFactory.create(KeycloakSession session,
ComponentModel model) |
LDAPStorageMapper |
LDAPStorageMapperManager.getMapper(ComponentModel mapperModel) |
Modifier and Type | Interface and Description |
---|---|
interface |
CommonLDAPGroupMapper
Mapper related to mapping of LDAP groups to keycloak model objects (either keycloak roles or keycloak groups)
|
Modifier and Type | Class and Description |
---|---|
class |
GroupLDAPStorageMapper |
Modifier and Type | Class and Description |
---|---|
class |
RoleLDAPStorageMapper
Map realm roles or roles of particular client to LDAP groups
|
Modifier and Type | Class and Description |
---|---|
class |
MSADUserAccountControlStorageMapper
Mapper specific to MSAD.
|
Modifier and Type | Class and Description |
---|---|
class |
MSADLDSUserAccountControlStorageMapper
Mapper specific to MSAD LDS.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.