Modifier and Type | Method and 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 registry
|
static String |
LDAPUtils.getUsername(LDAPObject ldapUser,
LDAPConfig config) |
Modifier and Type | Method and Description |
---|---|
LDAPConfig |
IdentityStore.getConfig()
Returns the configuration for this IdentityStore instance
|
Modifier and Type | Method and Description |
---|---|
LDAPConfig |
LDAPIdentityStore.getConfig() |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
LDAPContextManager(KeycloakSession session,
LDAPConfig connectionProperties) |
LDAPIdentityStore(KeycloakSession session,
LDAPConfig config) |
LDAPOperationManager(KeycloakSession session,
LDAPConfig config) |
Modifier and Type | Method and Description |
---|---|
static List<ComponentModel> |
LDAPMappersComparator.sortAsc(LDAPConfig ldapConfig,
Collection<ComponentModel> mappers) |
static List<ComponentModel> |
LDAPMappersComparator.sortDesc(LDAPConfig ldapConfig,
Collection<ComponentModel> mappers) |
void |
UserAttributeLDAPStorageMapperFactory.updateLDAPConfig(LDAPConfig ldapConfig,
ComponentModel mapperModel) |
void |
LDAPConfigDecorator.updateLDAPConfig(LDAPConfig ldapConfig,
ComponentModel mapperModel) |
Modifier and Type | Method and Description |
---|---|
List<LDAPObject> |
UserRolesRetrieveStrategy.getLDAPRoleMappings(CommonLDAPGroupMapper roleOrGroupMapper,
LDAPObject ldapUser,
LDAPConfig ldapConfig) |
List<LDAPObject> |
UserRolesRetrieveStrategy.LoadRolesByMember.getLDAPRoleMappings(CommonLDAPGroupMapper roleOrGroupMapper,
LDAPObject ldapUser,
LDAPConfig ldapConfig) |
List<LDAPObject> |
UserRolesRetrieveStrategy.GetRolesFromUserMemberOfAttribute.getLDAPRoleMappings(CommonLDAPGroupMapper roleOrGroupMapper,
LDAPObject ldapUser,
LDAPConfig ldapConfig) |
String |
CommonLDAPGroupMapperConfig.getMembershipUserLdapAttribute(LDAPConfig ldapConfig) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.