Uses of Interface
org.keycloak.storage.ldap.mappers.LDAPConfigDecorator
-
Packages that use LDAPConfigDecorator Package Description org.keycloak.storage.ldap org.keycloak.storage.ldap.mappers -
-
Uses of LDAPConfigDecorator in org.keycloak.storage.ldap
Methods in org.keycloak.storage.ldap that return types with arguments of type LDAPConfigDecorator Modifier and Type Method Description protected Map<ComponentModel,LDAPConfigDecorator>LDAPStorageProviderFactory. getLDAPConfigDecorators(KeycloakSession session, ComponentModel ldapModel)Method parameters in org.keycloak.storage.ldap with type arguments of type LDAPConfigDecorator Modifier and Type Method Description LDAPIdentityStoreLDAPIdentityStoreRegistry. getLdapStore(KeycloakSession session, ComponentModel ldapModel, Map<ComponentModel,LDAPConfigDecorator> configDecorators) -
Uses of LDAPConfigDecorator in org.keycloak.storage.ldap.mappers
Classes in org.keycloak.storage.ldap.mappers that implement LDAPConfigDecorator Modifier and Type Class Description classCertificateLDAPStorageMapperFactoryclassUserAttributeLDAPStorageMapperFactory
-