Uses of Interface
org.keycloak.models.map.storage.chm.ConcurrentHashMapCrudOperations
-
Packages that use ConcurrentHashMapCrudOperations Package Description org.keycloak.models.map.storage.chm -
-
Uses of ConcurrentHashMapCrudOperations in org.keycloak.models.map.storage.chm
Classes in org.keycloak.models.map.storage.chm that implement ConcurrentHashMapCrudOperations Modifier and Type Class Description classConcurrentHashMapStorage<K,V extends AbstractEntity & UpdatableEntity,M>It contains basic object CRUD operations as well as bulkConcurrentHashMapStorage.read(org.keycloak.models.map.storage.QueryParameters)and bulkConcurrentHashMapStorage.delete(org.keycloak.models.map.storage.QueryParameters)operations, and operation for determining the number of the objects satisfying given criteria (ConcurrentHashMapStorage.getCount(org.keycloak.models.map.storage.QueryParameters)).classUserSessionConcurrentHashMapStorage<K>User session storage with a naive implementation of referential integrity in client to user session relation, restricted to ON DELETE CASCADE functionality.Fields in org.keycloak.models.map.storage.chm declared as ConcurrentHashMapCrudOperations Modifier and Type Field Description protected ConcurrentHashMapCrudOperations<V,M>ConcurrentHashMapKeycloakTransaction. mapConstructors in org.keycloak.models.map.storage.chm with parameters of type ConcurrentHashMapCrudOperations Constructor Description ConcurrentHashMapKeycloakTransaction(ConcurrentHashMapCrudOperations<V,M> map, StringKeyConvertor<K> keyConvertor, DeepCloner cloner, Map<SearchableModelField<? super M>,MapModelCriteriaBuilder.UpdatePredicatesFunc<K,V,M>> fieldPredicates)
-