Uses of Class
org.keycloak.models.map.storage.ldap.config.LdapMapConfig
- 
Packages that use LdapMapConfig Package Description org.keycloak.models.map.storage.ldap.config org.keycloak.models.map.storage.ldap.role.config org.keycloak.models.map.storage.ldap.store 
- 
- 
Uses of LdapMapConfig in org.keycloak.models.map.storage.ldap.configMethods in org.keycloak.models.map.storage.ldap.config with parameters of type LdapMapConfig Modifier and Type Method Description StringLdapMapCommonGroupMapperConfig. getMembershipUserLdapAttribute(LdapMapConfig ldapMapConfig)
- 
Uses of LdapMapConfig in org.keycloak.models.map.storage.ldap.role.configMethods in org.keycloak.models.map.storage.ldap.role.config that return LdapMapConfig Modifier and Type Method Description LdapMapConfigLdapMapRoleMapperConfig. getLdapMapConfig()
- 
Uses of LdapMapConfig in org.keycloak.models.map.storage.ldap.storeMethods in org.keycloak.models.map.storage.ldap.store that return LdapMapConfig Modifier and Type Method Description LdapMapConfigLdapMapIdentityStore. getConfig()Methods in org.keycloak.models.map.storage.ldap.store with parameters of type LdapMapConfig Modifier and Type Method Description static LdapMapContextManagerLdapMapContextManager. create(KeycloakSession session, LdapMapConfig connectionProperties)static Hashtable<Object,Object>LdapMapContextManager. getNonAuthConnectionProperties(LdapMapConfig ldapMapConfig)This method is used for admin connection and user authentication.Constructors in org.keycloak.models.map.storage.ldap.store with parameters of type LdapMapConfig Constructor Description LdapMapContextManager(KeycloakSession session, LdapMapConfig connectionProperties)LdapMapIdentityStore(KeycloakSession session, LdapMapConfig config)LdapMapOperationManager(KeycloakSession session, LdapMapConfig config)
 
-