Uses of Class
org.keycloak.storage.ldap.LDAPConfig
- 
- 
Uses of LDAPConfig in org.keycloak.services.managersMethods in org.keycloak.services.managers that return LDAPConfig Modifier and Type Method Description static LDAPConfigLDAPServerCapabilitiesManager. buildLDAPConfig(TestLdapConnectionRepresentation config, RealmModel realm)
- 
Uses of LDAPConfig in org.keycloak.storage.ldapMethods in org.keycloak.storage.ldap with parameters of type LDAPConfig Modifier and Type Method Description static 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.storeMethods in org.keycloak.storage.ldap.idm.store that return LDAPConfig Modifier and Type Method Description LDAPConfigIdentityStore. getConfig()Returns the configuration for this IdentityStore instance
- 
Uses of LDAPConfig in org.keycloak.storage.ldap.idm.store.ldapMethods in org.keycloak.storage.ldap.idm.store.ldap that return LDAPConfig Modifier and Type Method Description LDAPConfigLDAPIdentityStore. getConfig()Methods in org.keycloak.storage.ldap.idm.store.ldap with parameters of type LDAPConfig Modifier and Type Method Description static LDAPContextManagerLDAPContextManager. 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.mappersMethods in org.keycloak.storage.ldap.mappers with parameters of type LDAPConfig Modifier and Type Method Description voidLDAPConfigDecorator. updateLDAPConfig(LDAPConfig ldapConfig, ComponentModel mapperModel)voidUserAttributeLDAPStorageMapperFactory. 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.membershipMethods 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)StringCommonLDAPGroupMapperConfig. getMembershipUserLdapAttribute(LDAPConfig ldapConfig)
 
-