Uses of Class
org.keycloak.models.map.storage.chm.ConcurrentHashMapStorage
Packages that use ConcurrentHashMapStorage
Package
Description
-
Uses of ConcurrentHashMapStorage in org.keycloak.models.map.storage.chm
Subclasses of ConcurrentHashMapStorage in org.keycloak.models.map.storage.chm -
Uses of ConcurrentHashMapStorage in org.keycloak.models.map.storage.file
Subclasses of ConcurrentHashMapStorage in org.keycloak.models.map.storage.fileModifier and TypeClassDescriptionclass
FileMapStorage<V extends AbstractEntity & UpdatableEntity,
M> MapStorage
implementation used with the file map storage. -
Uses of ConcurrentHashMapStorage in org.keycloak.models.map.storage.hotRod.transaction
Methods in org.keycloak.models.map.storage.hotRod.transaction that return ConcurrentHashMapStorageModifier and TypeMethodDescriptionConcurrentHashMapStorage<?,
?, ?, ?> AllAreasHotRodStoresWrapper.getOrCreateStoreForModel
(Class<?> modelType, Supplier<ConcurrentHashMapStorage<?, ?, ?, ?>> supplier) Method parameters in org.keycloak.models.map.storage.hotRod.transaction with type arguments of type ConcurrentHashMapStorageModifier and TypeMethodDescriptionConcurrentHashMapStorage<?,
?, ?, ?> AllAreasHotRodStoresWrapper.getOrCreateStoreForModel
(Class<?> modelType, Supplier<ConcurrentHashMapStorage<?, ?, ?, ?>> supplier) -
Uses of ConcurrentHashMapStorage in org.keycloak.models.map.storage.hotRod.userSession
Constructors in org.keycloak.models.map.storage.hotRod.userSession with parameters of type ConcurrentHashMapStorageModifierConstructorDescriptionHotRodUserSessionMapStorage
(CrudOperations<MapUserSessionEntity, UserSessionModel> map, StringKeyConverter<K> keyConverter, DeepCloner cloner, Map<SearchableModelField<? super UserSessionModel>, MapModelCriteriaBuilder.UpdatePredicatesFunc<K, MapUserSessionEntity, UserSessionModel>> fieldPredicates, ConcurrentHashMapStorage<String, MapAuthenticatedClientSessionEntity, AuthenticatedClientSessionModel, CrudOperations<MapAuthenticatedClientSessionEntity, AuthenticatedClientSessionModel>> clientSessionStore)