Uses of Class
org.keycloak.storage.ldap.LDAPConfig
Package
Description
-
Uses of LDAPConfig in org.keycloak.services.managers
Modifier and TypeMethodDescriptionstatic LDAPConfig
LDAPServerCapabilitiesManager.buildLDAPConfig
(TestLdapConnectionRepresentation config, RealmModel realm) -
Uses of LDAPConfig in org.keycloak.storage.ldap
Modifier and TypeMethodDescriptionstatic void
LDAPUtils.checkUuid
(LDAPObject ldapUser, LDAPConfig config) static void
LDAPUtils.computeAndSetDn
(LDAPConfig config, LDAPObject ldapUser) static String
LDAPUtils.getUsername
(LDAPObject ldapUser, LDAPConfig config) static List<LDAPObject>
LDAPUtils.loadAllLDAPObjects
(LDAPQuery ldapQuery, LDAPConfig ldapConfig) Load all LDAP objects corresponding to given query. -
Uses of LDAPConfig in org.keycloak.storage.ldap.idm.store
Modifier and TypeMethodDescriptionIdentityStore.getConfig()
Returns the configuration for this IdentityStore instance -
Uses of LDAPConfig in org.keycloak.storage.ldap.idm.store.ldap
Modifier and TypeMethodDescriptionstatic LDAPContextManager
LDAPContextManager.create
(KeycloakSession session, LDAPConfig connectionProperties) LDAPContextManager.getNonAuthConnectionProperties
(LDAPConfig ldapConfig) This method is used for admin connection and user authentication.static boolean
LDAPUtil.shouldUseTruststoreSpi
(LDAPConfig ldapConfig) ModifierConstructorDescriptionLDAPContextManager
(KeycloakSession session, LDAPConfig connectionProperties) LDAPIdentityStore
(KeycloakSession session, LDAPConfig config) LDAPOperationManager
(KeycloakSession session, LDAPConfig config) -
Uses of LDAPConfig in org.keycloak.storage.ldap.mappers
Modifier and TypeMethodDescriptionvoid
LDAPConfigDecorator.updateLDAPConfig
(LDAPConfig ldapConfig, ComponentModel mapperModel) void
UserAttributeLDAPStorageMapperFactory.updateLDAPConfig
(LDAPConfig ldapConfig, ComponentModel mapperModel) -
Uses of LDAPConfig in org.keycloak.storage.ldap.mappers.membership
Modifier and TypeMethodDescriptionUserRolesRetrieveStrategy.getLDAPRoleMappings
(CommonLDAPGroupMapper roleOrGroupMapper, LDAPObject ldapUser, LDAPConfig ldapConfig) UserRolesRetrieveStrategy.GetRolesFromUserMemberOfAttribute.getLDAPRoleMappings
(CommonLDAPGroupMapper roleOrGroupMapper, LDAPObject ldapUser, LDAPConfig ldapConfig) UserRolesRetrieveStrategy.LoadRolesByMember.getLDAPRoleMappings
(CommonLDAPGroupMapper roleOrGroupMapper, LDAPObject ldapUser, LDAPConfig ldapConfig) CommonLDAPGroupMapperConfig.getMembershipUserLdapAttribute
(LDAPConfig ldapConfig)