| Modifier and Type | Method and Description |
|---|---|
static LDAPQuery |
LDAPUtils.createQueryForUserSearch(LDAPFederationProvider ldapProvider,
RealmModel realm) |
| Modifier and Type | Method and Description |
|---|---|
protected UserFederationSyncResult |
LDAPFederationProviderFactory.syncImpl(KeycloakSessionFactory sessionFactory,
LDAPQuery userQuery,
String realmId,
UserFederationProviderModel fedModel) |
| Modifier and Type | Method and Description |
|---|---|
LDAPQuery |
LDAPQuery.addMappers(Collection<UserFederationMapperModel> mappers) |
LDAPQuery |
LDAPQuery.addObjectClasses(Collection<String> objectClasses) |
LDAPQuery |
LDAPQuery.addReturningLdapAttribute(String ldapAttributeName) |
LDAPQuery |
LDAPQuery.addReturningReadOnlyLdapAttribute(String ldapAttributeName) |
LDAPQuery |
LDAPQuery.setLimit(int limit) |
LDAPQuery |
LDAPQuery.setOffset(int offset) |
LDAPQuery |
LDAPQuery.setPaginationContext(byte[] paginationContext) |
LDAPQuery |
LDAPQuery.setSearchDn(String searchDn) |
LDAPQuery |
LDAPQuery.setSearchScope(int searchScope) |
LDAPQuery |
LDAPQuery.sortBy(Sort... sorts) |
LDAPQuery |
LDAPQuery.where(Condition... condition) |
| 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 |
|---|---|
LDAPQuery |
RoleLDAPFederationMapper.createRoleQuery(UserFederationMapperModel mapperModel,
LDAPFederationProvider ldapProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
RoleLDAPFederationMapper.beforeLDAPQuery(UserFederationMapperModel mapperModel,
LDAPQuery query) |
void |
LDAPFederationMapper.beforeLDAPQuery(UserFederationMapperModel mapperModel,
LDAPQuery query)
Called before LDAP Identity query for retrieve LDAP users was executed.
|
void |
FullNameLDAPFederationMapper.beforeLDAPQuery(UserFederationMapperModel mapperModel,
LDAPQuery query) |
void |
UserAttributeLDAPFederationMapper.beforeLDAPQuery(UserFederationMapperModel mapperModel,
LDAPQuery query) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.