Uses of Class
org.keycloak.storage.ldap.LDAPConfig
-
-
Uses of LDAPConfig in org.keycloak.services.managers
Methods in org.keycloak.services.managers that return LDAPConfig Modifier and Type Method Description static LDAPConfig
LDAPServerCapabilitiesManager. buildLDAPConfig(TestLdapConnectionRepresentation config, RealmModel realm)
-
Uses of LDAPConfig in org.keycloak.storage.ldap
Methods in org.keycloak.storage.ldap with parameters of type LDAPConfig Modifier and Type Method Description static void
LDAPUtils. checkUuid(LDAPObject ldapUser, LDAPConfig config)
static void
LDAPUtils. computeAndSetDn(LDAPConfig config, LDAPObject ldapUser)
static LDAPIdentityStore
LDAPIdentityStoreRegistry. createLdapIdentityStore(KeycloakSession session, LDAPConfig cfg)
Create LDAPIdentityStore to be cached in the local registrystatic String
LDAPUtils. getUsername(LDAPObject ldapUser, LDAPConfig config)
static void
LDAPUtils. setLDAPHostnameToKeycloakSession(KeycloakSession session, LDAPConfig ldapConfig)
-
Uses of LDAPConfig in org.keycloak.storage.ldap.idm.store
Methods in org.keycloak.storage.ldap.idm.store that return LDAPConfig Modifier and Type Method Description LDAPConfig
IdentityStore. getConfig()
Returns the configuration for this IdentityStore instance -
Uses of LDAPConfig in org.keycloak.storage.ldap.idm.store.ldap
Methods in org.keycloak.storage.ldap.idm.store.ldap that return LDAPConfig Modifier and Type Method Description LDAPConfig
LDAPIdentityStore. getConfig()
Methods in org.keycloak.storage.ldap.idm.store.ldap with parameters of type LDAPConfig Modifier and Type Method Description static LDAPContextManager
LDAPContextManager. create(KeycloakSession session, LDAPConfig connectionProperties)
static Hashtable<Object,Object>
LDAPContextManager. getNonAuthConnectionProperties(LDAPConfig ldapConfig)
This method is used for admin connection and user authentication.Constructors in org.keycloak.storage.ldap.idm.store.ldap with parameters of type LDAPConfig Constructor Description LDAPContextManager(KeycloakSession session, LDAPConfig connectionProperties)
LDAPIdentityStore(KeycloakSession session, LDAPConfig config)
LDAPOperationManager(KeycloakSession session, LDAPConfig config)
-
Uses of LDAPConfig in org.keycloak.storage.ldap.mappers
Methods in org.keycloak.storage.ldap.mappers with parameters of type LDAPConfig Modifier and Type Method Description void
LDAPConfigDecorator. updateLDAPConfig(LDAPConfig ldapConfig, ComponentModel mapperModel)
void
UserAttributeLDAPStorageMapperFactory. updateLDAPConfig(LDAPConfig ldapConfig, ComponentModel mapperModel)
Constructors in org.keycloak.storage.ldap.mappers with parameters of type LDAPConfig Constructor Description LDAPMappersComparator(LDAPConfig ldapConfig)
-
Uses of LDAPConfig in org.keycloak.storage.ldap.mappers.membership
Methods in org.keycloak.storage.ldap.mappers.membership with parameters of type LDAPConfig Modifier and Type Method Description List<LDAPObject>
UserRolesRetrieveStrategy. getLDAPRoleMappings(CommonLDAPGroupMapper roleOrGroupMapper, LDAPObject ldapUser, LDAPConfig ldapConfig)
List<LDAPObject>
UserRolesRetrieveStrategy.GetRolesFromUserMemberOfAttribute. getLDAPRoleMappings(CommonLDAPGroupMapper roleOrGroupMapper, LDAPObject ldapUser, LDAPConfig ldapConfig)
List<LDAPObject>
UserRolesRetrieveStrategy.LoadRolesByMember. getLDAPRoleMappings(CommonLDAPGroupMapper roleOrGroupMapper, LDAPObject ldapUser, LDAPConfig ldapConfig)
String
CommonLDAPGroupMapperConfig. getMembershipUserLdapAttribute(LDAPConfig ldapConfig)
-