Uses of Interface
org.keycloak.storage.ldap.mappers.LDAPStorageMapper
- 
- 
Uses of LDAPStorageMapper in org.keycloak.storage.ldap.mappersClasses in org.keycloak.storage.ldap.mappers with type parameters of type LDAPStorageMapper Modifier and Type Interface Description interfaceLDAPStorageMapperFactory<T extends LDAPStorageMapper>Classes in org.keycloak.storage.ldap.mappers that implement LDAPStorageMapper Modifier and Type Class Description classAbstractLDAPStorageMapperStateful per-request objectclassCertificateLDAPStorageMapperclassFullNameLDAPStorageMapperMapper useful for the LDAP deployments when some attribute (usually CN) is mapped to full name of userclassHardcodedAttributeMapperclassHardcodedLDAPAttributeMapperclassHardcodedLDAPGroupStorageMapperclassHardcodedLDAPRoleStorageMapperclassUserAttributeLDAPStorageMapperMethods in org.keycloak.storage.ldap.mappers that return LDAPStorageMapper Modifier and Type Method Description LDAPStorageMapperAbstractLDAPStorageMapperFactory. create(KeycloakSession session, ComponentModel model)LDAPStorageMapperLDAPStorageMapperManager. getMapper(ComponentModel mapperModel)
- 
Uses of LDAPStorageMapper in org.keycloak.storage.ldap.mappers.membershipSubinterfaces of LDAPStorageMapper in org.keycloak.storage.ldap.mappers.membership Modifier and Type Interface Description interfaceCommonLDAPGroupMapperMapper 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.groupClasses in org.keycloak.storage.ldap.mappers.membership.group that implement LDAPStorageMapper Modifier and Type Class Description classGroupLDAPStorageMapper
- 
Uses of LDAPStorageMapper in org.keycloak.storage.ldap.mappers.membership.roleClasses in org.keycloak.storage.ldap.mappers.membership.role that implement LDAPStorageMapper Modifier and Type Class Description classRoleLDAPStorageMapperMap realm roles or roles of particular client to LDAP groups
- 
Uses of LDAPStorageMapper in org.keycloak.storage.ldap.mappers.msadClasses in org.keycloak.storage.ldap.mappers.msad that implement LDAPStorageMapper Modifier and Type Class Description classMSADUserAccountControlStorageMapperMapper specific to MSAD.
- 
Uses of LDAPStorageMapper in org.keycloak.storage.ldap.mappers.msadldsClasses in org.keycloak.storage.ldap.mappers.msadlds that implement LDAPStorageMapper Modifier and Type Class Description classMSADLDSUserAccountControlStorageMapperMapper specific to MSAD LDS.
 
-