Modifier and Type | Method and Description |
---|---|
static LDAPQuery |
LDAPUtils.createQueryForUserSearch(LDAPStorageProvider ldapProvider,
RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
static List<LDAPObject> |
LDAPUtils.loadAllLDAPObjects(LDAPQuery ldapQuery,
LDAPStorageProvider ldapProvider)
Load all LDAP objects corresponding to given query.
|
protected SynchronizationResult |
LDAPStorageProviderFactory.syncImpl(KeycloakSessionFactory sessionFactory,
LDAPQuery userQuery,
String realmId,
ComponentModel fedModel) |
Modifier and Type | Method and Description |
---|---|
LDAPQuery |
LDAPQuery.addMappers(Collection<ComponentModel> mappers) |
LDAPQuery |
LDAPQuery.addObjectClasses(Collection<String> objectClasses) |
LDAPQuery |
LDAPQuery.addReturningLdapAttribute(String ldapAttributeName) |
LDAPQuery |
LDAPQuery.addReturningReadOnlyLdapAttribute(String ldapAttributeName) |
LDAPQuery |
LDAPQuery.addWhereCondition(Condition... condition) |
LDAPQuery |
LDAPQuery.initPagination() |
LDAPQuery |
LDAPQuery.setLimit(int limit) |
LDAPQuery |
LDAPQuery.setOffset(int offset) |
LDAPQuery |
LDAPQuery.setSearchDn(String searchDn) |
LDAPQuery |
LDAPQuery.setSearchScope(int searchScope) |
LDAPQuery |
LDAPQuery.sortBy(Sort... sorts) |
Modifier and Type | Method and Description |
---|---|
int |
IdentityStore.countQueryResults(LDAPQuery LDAPQuery) |
List<LDAPObject> |
IdentityStore.fetchQueryResults(LDAPQuery LDAPQuery) |
Modifier and Type | Method and Description |
---|---|
int |
LDAPIdentityStore.countQueryResults(LDAPQuery identityQuery) |
protected StringBuilder |
LDAPIdentityStore.createIdentityTypeSearchFilter(LDAPQuery identityQuery) |
List<LDAPObject> |
LDAPIdentityStore.fetchQueryResults(LDAPQuery identityQuery) |
List<SearchResult> |
LDAPOperationManager.searchPaginated(String baseDN,
String filter,
LDAPQuery identityQuery) |
Modifier and Type | Method and Description |
---|---|
void |
UserAttributeLDAPStorageMapper.beforeLDAPQuery(LDAPQuery query) |
void |
LDAPStorageMapper.beforeLDAPQuery(LDAPQuery query)
Called before LDAP Identity query for retrieve LDAP users was executed.
|
void |
HardcodedLDAPRoleStorageMapper.beforeLDAPQuery(LDAPQuery query) |
void |
HardcodedLDAPGroupStorageMapper.beforeLDAPQuery(LDAPQuery query) |
void |
HardcodedLDAPAttributeMapper.beforeLDAPQuery(LDAPQuery query) |
void |
HardcodedAttributeMapper.beforeLDAPQuery(LDAPQuery query) |
void |
FullNameLDAPStorageMapper.beforeLDAPQuery(LDAPQuery query) |
void |
CertificateLDAPStorageMapper.beforeLDAPQuery(LDAPQuery query) |
Modifier and Type | Method and Description |
---|---|
LDAPQuery |
CommonLDAPGroupMapper.createLDAPGroupQuery() |
Modifier and Type | Method and Description |
---|---|
void |
UserRolesRetrieveStrategy.beforeUserLDAPQuery(CommonLDAPGroupMapper roleOrGroupMapper,
LDAPQuery query) |
void |
UserRolesRetrieveStrategy.LoadRolesByMember.beforeUserLDAPQuery(CommonLDAPGroupMapper roleOrGroupMapper,
LDAPQuery query) |
void |
UserRolesRetrieveStrategy.GetRolesFromUserMemberOfAttribute.beforeUserLDAPQuery(CommonLDAPGroupMapper roleOrGroupMapper,
LDAPQuery query) |
Modifier and Type | Method and Description |
---|---|
LDAPQuery |
GroupLDAPStorageMapper.createGroupQuery(boolean includeMemberAttribute) |
LDAPQuery |
GroupLDAPStorageMapper.createLDAPGroupQuery() |
Modifier and Type | Method and Description |
---|---|
void |
GroupLDAPStorageMapper.beforeLDAPQuery(LDAPQuery query) |
Modifier and Type | Method and Description |
---|---|
LDAPQuery |
RoleLDAPStorageMapper.createLDAPGroupQuery() |
LDAPQuery |
RoleLDAPStorageMapper.createRoleQuery(boolean includeMemberAttribute) |
Modifier and Type | Method and Description |
---|---|
void |
RoleLDAPStorageMapper.beforeLDAPQuery(LDAPQuery query) |
Modifier and Type | Method and Description |
---|---|
void |
MSADUserAccountControlStorageMapper.beforeLDAPQuery(LDAPQuery query) |
Modifier and Type | Method and Description |
---|---|
void |
MSADLDSUserAccountControlStorageMapper.beforeLDAPQuery(LDAPQuery query) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.