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.config
Methods in org.keycloak.models.map.storage.ldap.config with parameters of type LdapMapConfig Modifier and Type Method Description String
LdapMapCommonGroupMapperConfig. 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 Modifier and Type Method Description LdapMapConfig
LdapMapRoleMapperConfig. getLdapMapConfig()
-
Uses of LdapMapConfig in org.keycloak.models.map.storage.ldap.store
Methods in org.keycloak.models.map.storage.ldap.store that return LdapMapConfig Modifier and Type Method Description LdapMapConfig
LdapMapIdentityStore. getConfig()
Methods in org.keycloak.models.map.storage.ldap.store with parameters of type LdapMapConfig Modifier and Type Method Description static LdapMapContextManager
LdapMapContextManager. create(KeycloakSession session, LdapMapConfig connectionProperties)
static Hashtable<Object,Object>
LdapMapContextManager. getNonAuthConnectionProperties(LdapMapConfig ldapMapConfig)
This method is used for admin connection and user authentication.static void
LdapMapUtil. setLDAPHostnameToKeycloakSession(KeycloakSession session, LdapMapConfig ldapConfig)
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)
-