Package org.keycloak.models.map.storage.chm
-
Interface Summary Interface Description ConcurrentHashMapCrudOperations<V extends AbstractEntity & UpdatableEntity,M> MapModelCriteriaBuilder.UpdatePredicatesFunc<K,V extends AbstractEntity,M> -
Class Summary Class Description ConcurrentHashMapKeycloakTransaction<K,V extends AbstractEntity & UpdatableEntity,M> ConcurrentHashMapStorage<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)
).ConcurrentHashMapStorageProvider ConcurrentHashMapStorageProviderFactory MapFieldPredicates MapModelCriteriaBuilder<K,V extends AbstractEntity,M> SingleUseObjectConcurrentHashMapStorage<K,V extends AbstractEntity,M> SingleUseObjectKeycloakTransaction<K> SingleUseObjectModelCriteriaBuilder