public class KeycloakGroupQueryImpl extends GroupQueryImpl
| Modifier and Type | Field and Description |
|---|---|
protected static org.springframework.core.ParameterizedTypeReference<List<KeycloakGroupRepresentation>> |
KEYCLOAK_LIST_OF_GROUPS |
protected KeycloakConfiguration |
keycloakConfiguration |
protected static org.slf4j.Logger |
LOGGER |
id, ids, name, nameLike, nameLikeIgnoreCase, type, userId, userIds| Constructor and Description |
|---|
KeycloakGroupQueryImpl(KeycloakConfiguration keycloakConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addGroup(Collection<org.flowable.idm.api.Group> groups,
KeycloakGroupRepresentation keycloakGroup) |
long |
executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
List<org.flowable.idm.api.Group> |
executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected org.springframework.web.util.UriComponentsBuilder |
prepareQuery(String path) |
protected List<org.flowable.idm.api.Group> |
queryGroups() |
getId, getIds, getName, getNameLike, getNameLikeIgnoreCase, getType, getUserId, getUserIds, groupId, groupIds, groupMember, groupMembers, groupName, groupNameLike, groupNameLikeIgnoreCase, groupType, orderByGroupId, orderByGroupName, orderByGroupTypeasc, 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.slf4j.Logger LOGGER
protected static final org.springframework.core.ParameterizedTypeReference<List<KeycloakGroupRepresentation>> KEYCLOAK_LIST_OF_GROUPS
protected KeycloakConfiguration keycloakConfiguration
public KeycloakGroupQueryImpl(KeycloakConfiguration keycloakConfiguration)
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeCount in class GroupQueryImplpublic List<org.flowable.idm.api.Group> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeList in class GroupQueryImplprotected List<org.flowable.idm.api.Group> queryGroups()
protected void addGroup(Collection<org.flowable.idm.api.Group> groups, KeycloakGroupRepresentation keycloakGroup)
protected org.springframework.web.util.UriComponentsBuilder prepareQuery(String path)
Copyright © 2021 Flowable. All rights reserved.