Uses of Class
org.keycloak.models.map.storage.QueryParameters
Packages that use QueryParameters
Package
Description
-
Uses of QueryParameters in org.keycloak.models.map.events
Methods in org.keycloak.models.map.events with parameters of type QueryParametersModifier and TypeMethodDescriptionprotected abstract Stream<AdminEvent>MapAdminEventQuery.read(QueryParameters<AdminEvent> queryParameters) MapAuthEventQuery.read(QueryParameters<Event> queryParameters) -
Uses of QueryParameters in org.keycloak.models.map.storage
Methods in org.keycloak.models.map.storage that return QueryParametersModifier 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 toQueryParametersstatic <M> QueryParameters<M>QueryParameters.withCriteria(DefaultModelCriteria<M> mcb) Creates a newQueryParametersinstance initialized withModelCriteriaBuilderMethods in org.keycloak.models.map.storage with parameters of type QueryParametersModifier and TypeMethodDescriptionlongCrudOperations.delete(QueryParameters<M> queryParameters) Deletes objects that match the given criteria.longMapStorage.delete(QueryParameters<M> queryParameters) Instructs this transaction to remove values (identified bymcbfilter) from the underlying store upon commit.default booleanCrudOperations.exists(QueryParameters<M> queryParameters) Returnstrueif at least one object is satisfying givencriteriafrom the storage.default booleanMapStorage.exists(QueryParameters<M> queryParameters) Returnstrueif at least one object is satisfying givencriteriafrom the underlying storage with respect to changes done in the current transaction.longCrudOperations.getCount(QueryParameters<M> queryParameters) Returns the number of objects satisfying givencriteriafrom the storage.longMapStorage.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 givencriteriafrom 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
Methods in org.keycloak.models.map.storage.chm with parameters of type QueryParametersModifier and TypeMethodDescriptionlongConcurrentHashMapCrudOperations.delete(QueryParameters<M> queryParameters) longConcurrentHashMapStorage.delete(QueryParameters<M> queryParameters) longConcurrentHashMapCrudOperations.getCount(QueryParameters<M> queryParameters) longConcurrentHashMapStorage.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
Methods in org.keycloak.models.map.storage.file with parameters of type QueryParametersModifier and TypeMethodDescriptionlongFileCrudOperations.delete(QueryParameters<M> queryParameters) longFileCrudOperations.getCount(QueryParameters<M> queryParameters) FileCrudOperations.read(QueryParameters<M> queryParameters) -
Uses of QueryParameters in org.keycloak.models.map.storage.hotRod
Methods in org.keycloak.models.map.storage.hotRod with parameters of type QueryParametersModifier and TypeMethodDescriptionlongHotRodCrudOperations.delete(QueryParameters<M> queryParameters) longHotRodCrudOperations.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
Methods in org.keycloak.models.map.storage.hotRod.userSession with parameters of type QueryParametersModifier and TypeMethodDescriptionlongHotRodUserSessionMapStorage.delete(QueryParameters<UserSessionModel> queryParameters) HotRodUserSessionMapStorage.read(QueryParameters<UserSessionModel> queryParameters) -
Uses of QueryParameters in org.keycloak.models.map.storage.jpa
Methods in org.keycloak.models.map.storage.jpa with parameters of type QueryParametersModifier and TypeMethodDescriptionlongJpaMapStorage.delete(QueryParameters<M> queryParameters) longJpaMapStorage.getCount(QueryParameters<M> queryParameters) JpaMapStorage.read(QueryParameters<M> queryParameters) -
Uses of QueryParameters in org.keycloak.models.map.storage.ldap
Methods in org.keycloak.models.map.storage.ldap with parameters of type QueryParametersModifier and TypeMethodDescriptionlongLdapMapStorage.delete(QueryParameters<M> queryParameters) longLdapMapStorage.getCount(QueryParameters<M> queryParameters) -
Uses of QueryParameters in org.keycloak.models.map.storage.ldap.role
Methods in org.keycloak.models.map.storage.ldap.role with parameters of type QueryParametersModifier and TypeMethodDescriptionLdapRoleMapStorage.read(QueryParameters<RoleModel> queryParameters)