Uses of Class
org.keycloak.models.map.storage.ldap.config.LdapMapConfig
Packages that use LdapMapConfig
Package
Description
-
Uses of LdapMapConfig in org.keycloak.models.map.storage.ldap.config
Methods in org.keycloak.models.map.storage.ldap.config with parameters of type LdapMapConfigModifier and TypeMethodDescriptionLdapMapCommonGroupMapperConfig.getMembershipUserLdapAttribute(LdapMapConfig ldapMapConfig) -
Uses of LdapMapConfig in org.keycloak.models.map.storage.ldap.role.config
Methods in org.keycloak.models.map.storage.ldap.role.config that return LdapMapConfig -
Uses of LdapMapConfig in org.keycloak.models.map.storage.ldap.store
Methods in org.keycloak.models.map.storage.ldap.store that return LdapMapConfigMethods in org.keycloak.models.map.storage.ldap.store with parameters of type LdapMapConfigModifier and TypeMethodDescriptionstatic LdapMapContextManagerLdapMapContextManager.create(KeycloakSession session, LdapMapConfig connectionProperties) LdapMapContextManager.getNonAuthConnectionProperties(LdapMapConfig ldapMapConfig) This method is used for admin connection and user authentication.static booleanLdapMapUtil.shouldUseTruststoreSpi(LdapMapConfig ldapConfig) Constructors in org.keycloak.models.map.storage.ldap.store with parameters of type LdapMapConfigModifierConstructorDescriptionLdapMapContextManager(KeycloakSession session, LdapMapConfig connectionProperties) LdapMapIdentityStore(KeycloakSession session, LdapMapConfig config) LdapMapOperationManager(KeycloakSession session, LdapMapConfig config)