Uses of Class
org.keycloak.models.map.storage.QueryParameters
Package
Description
-
Uses of QueryParameters in org.keycloak.models.map.events
Modifier and TypeMethodDescriptionprotected abstract Stream<AdminEvent>
MapAdminEventQuery.read
(QueryParameters<AdminEvent> queryParameters) MapAuthEventQuery.read
(QueryParameters<Event> queryParameters) -
Uses of QueryParameters in org.keycloak.models.map.storage
Modifier and TypeMethodDescriptionSets limit parameterSets offset parameterQueryParameters.orderBy
(SearchableModelField<M> searchableModelField, QueryParameters.Order order) Sets orderBy parameter; can be called repeatedly; fields are stored in a list where the first field has highest priority when determining order; e.g.QueryParameters.pagination
(Integer offset, Integer limit, SearchableModelField<M> orderByAscField) Sets pagination (offset, limit and orderBy) parameters toQueryParameters
static <M> QueryParameters<M>
QueryParameters.withCriteria
(DefaultModelCriteria<M> mcb) Creates a newQueryParameters
instance initialized withModelCriteriaBuilder
Modifier and TypeMethodDescriptionlong
CrudOperations.delete
(QueryParameters<M> queryParameters) Deletes objects that match the given criteria.long
MapStorage.delete
(QueryParameters<M> queryParameters) Instructs this transaction to remove values (identified bymcb
filter) from the underlying store upon commit.default boolean
CrudOperations.exists
(QueryParameters<M> queryParameters) Returnstrue
if at least one object is satisfying givencriteria
from the storage.default boolean
MapStorage.exists
(QueryParameters<M> queryParameters) Returnstrue
if at least one object is satisfying givencriteria
from the underlying storage with respect to changes done in the current transaction.long
CrudOperations.getCount
(QueryParameters<M> queryParameters) Returns the number of objects satisfying givencriteria
from the storage.long
MapStorage.getCount
(QueryParameters<M> queryParameters) Returns a number of values present in the underlying storage that fulfill the given criteria with respect to changes done in the current transaction.CrudOperations.read
(QueryParameters<M> queryParameters) Returns stream of objects satisfying givencriteria
from the storage.MapStorage.read
(QueryParameters<M> queryParameters) Returns a stream of values from underlying storage that are updated based on the current transaction changes; i.e. -
Uses of QueryParameters in org.keycloak.models.map.storage.chm
Modifier and TypeMethodDescriptionlong
ConcurrentHashMapCrudOperations.delete
(QueryParameters<M> queryParameters) long
ConcurrentHashMapStorage.delete
(QueryParameters<M> queryParameters) long
ConcurrentHashMapCrudOperations.getCount
(QueryParameters<M> queryParameters) long
ConcurrentHashMapStorage.getCount
(QueryParameters<M> queryParameters) ConcurrentHashMapCrudOperations.read
(QueryParameters<M> queryParameters) ConcurrentHashMapStorage.read
(QueryParameters<M> queryParameters) Returns the stream of records that match given criteria and includes changes made in this transaction, i.e.SingleUseObjectConcurrentHashMapCrudOperations.read
(QueryParameters<SingleUseObjectValueModel> queryParameters) -
Uses of QueryParameters in org.keycloak.models.map.storage.file
Modifier and TypeMethodDescriptionlong
FileCrudOperations.delete
(QueryParameters<M> queryParameters) long
FileCrudOperations.getCount
(QueryParameters<M> queryParameters) FileCrudOperations.read
(QueryParameters<M> queryParameters) -
Uses of QueryParameters in org.keycloak.models.map.storage.hotRod
Modifier and TypeMethodDescriptionlong
HotRodCrudOperations.delete
(QueryParameters<M> queryParameters) long
HotRodCrudOperations.getCount
(QueryParameters<M> queryParameters) HotRodCrudOperations.read
(QueryParameters<M> queryParameters) SingleUseObjectHotRodCrudOperations.read
(QueryParameters<SingleUseObjectValueModel> queryParameters) -
Uses of QueryParameters in org.keycloak.models.map.storage.hotRod.userSession
Modifier and TypeMethodDescriptionlong
HotRodUserSessionMapStorage.delete
(QueryParameters<UserSessionModel> queryParameters) HotRodUserSessionMapStorage.read
(QueryParameters<UserSessionModel> queryParameters) -
Uses of QueryParameters in org.keycloak.models.map.storage.jpa
Modifier and TypeMethodDescriptionlong
JpaMapStorage.delete
(QueryParameters<M> queryParameters) long
JpaMapStorage.getCount
(QueryParameters<M> queryParameters) JpaMapStorage.read
(QueryParameters<M> queryParameters) -
Uses of QueryParameters in org.keycloak.models.map.storage.ldap
Modifier and TypeMethodDescriptionlong
LdapMapStorage.delete
(QueryParameters<M> queryParameters) long
LdapMapStorage.getCount
(QueryParameters<M> queryParameters) -
Uses of QueryParameters in org.keycloak.models.map.storage.ldap.role
Modifier and TypeMethodDescriptionLdapRoleMapStorage.read
(QueryParameters<RoleModel> queryParameters)