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 LDAPConfigLDAPServerCapabilitiesManager.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 voidLDAPUtils.checkUuid(LDAPObject ldapUser, LDAPConfig config) static voidLDAPUtils.computeAndSetDn(LDAPConfig config, LDAPObject ldapUser) static LDAPIdentityStoreLDAPIdentityStoreRegistry.createLdapIdentityStore(KeycloakSession session, LDAPConfig cfg) Create LDAPIdentityStore to be cached in the local registrystatic StringLDAPUtils.getUsername(LDAPObject ldapUser, LDAPConfig config) -
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 LDAPContextManagerLDAPContextManager.create(KeycloakSession session, LDAPConfig connectionProperties) LDAPContextManager.getNonAuthConnectionProperties(LDAPConfig ldapConfig) This method is used for admin connection and user authentication.static booleanLDAPUtil.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 TypeMethodDescriptionvoidLDAPConfigDecorator.updateLDAPConfig(LDAPConfig ldapConfig, ComponentModel mapperModel) voidUserAttributeLDAPStorageMapperFactory.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)