public class KeycloakUserQueryImpl extends UserQueryImpl
| Modifier and Type | Field and Description |
|---|---|
protected static org.springframework.core.ParameterizedTypeReference<List<KeycloakUserRepresentation>> |
KEYCLOAK_LIST_OF_USERS |
protected KeycloakConfiguration |
keycloakConfiguration |
protected static org.slf4j.Logger |
LOGGER |
displayName, displayNameLike, displayNameLikeIgnoreCase, email, emailLike, firstName, firstNameLike, firstNameLikeIgnoreCase, fullNameLike, fullNameLikeIgnoreCase, groupId, groupIds, id, idIgnoreCase, ids, lastName, lastNameLike, lastNameLikeIgnoreCase, tenantId| Constructor and Description |
|---|
KeycloakUserQueryImpl(KeycloakConfiguration keycloakConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
long |
executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
List<org.flowable.idm.api.User> |
executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected org.springframework.web.util.UriComponentsBuilder |
prepareQuery(String path) |
getDisplayName, getDisplayNameLike, getDisplayNameLikeIgnoreCase, getEmail, getEmailLike, getFirstName, getFirstNameLike, getFirstNameLikeIgnoreCase, getFullNameLike, getFullNameLikeIgnoreCase, getGroupId, getGroupIds, getId, getIdIgnoreCase, getIds, getLastName, getLastNameLike, getLastNameLikeIgnoreCase, getTenantId, memberOfGroup, memberOfGroups, orderByUserEmail, orderByUserFirstName, orderByUserId, orderByUserLastName, tenantId, userDisplayName, userDisplayNameLike, userDisplayNameLikeIgnoreCase, userEmail, userEmailLike, userFirstName, userFirstNameLike, userFirstNameLikeIgnoreCase, userFullNameLike, userFullNameLikeIgnoreCase, userId, userIdIgnoreCase, userIds, userLastName, userLastNameLike, userLastNameLikeIgnoreCaseasc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected static final org.springframework.core.ParameterizedTypeReference<List<KeycloakUserRepresentation>> KEYCLOAK_LIST_OF_USERS
protected static final org.slf4j.Logger LOGGER
protected KeycloakConfiguration keycloakConfiguration
public KeycloakUserQueryImpl(KeycloakConfiguration keycloakConfiguration)
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeCount in class UserQueryImplpublic List<org.flowable.idm.api.User> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeList in class UserQueryImplprotected org.springframework.web.util.UriComponentsBuilder prepareQuery(String path)
Copyright © 2021 Flowable. All rights reserved.