Uses of Class
org.keycloak.storage.ldap.LDAPConfig
Packages that use LDAPConfig
Package
Description
-
Uses of LDAPConfig in org.keycloak.services.managers
Methods in org.keycloak.services.managers that return LDAPConfigModifier and TypeMethodDescriptionstatic 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 LDAPConfigModifier 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
Methods in org.keycloak.storage.ldap.idm.store that return LDAPConfigModifier and TypeMethodDescriptionIdentityStore.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 LDAPConfigMethods in org.keycloak.storage.ldap.idm.store.ldap with parameters of type LDAPConfigModifier 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) Constructors in org.keycloak.storage.ldap.idm.store.ldap with parameters of type LDAPConfigModifierConstructorDescriptionLDAPContextManager
(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 LDAPConfigModifier and TypeMethodDescriptionvoid
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 -
Uses of LDAPConfig in org.keycloak.storage.ldap.mappers.membership
Methods in org.keycloak.storage.ldap.mappers.membership with parameters of type LDAPConfigModifier 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)