Uses of Class
org.keycloak.models.map.storage.chm.ConcurrentHashMapStorage
-
-
Uses of ConcurrentHashMapStorage in org.keycloak.models.map.storage.chm
Subclasses of ConcurrentHashMapStorage in org.keycloak.models.map.storage.chm Modifier and Type Class Description class
SingleUseObjectMapStorage<K>
-
Uses of ConcurrentHashMapStorage in org.keycloak.models.map.storage.file
Subclasses of ConcurrentHashMapStorage in org.keycloak.models.map.storage.file Modifier and Type Class Description class
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 ConcurrentHashMapStorage Modifier and Type Method Description ConcurrentHashMapStorage<?,?,?>
AllAreasHotRodStoresWrapper. getOrCreateStoreForModel(Class<?> modelType, Supplier<ConcurrentHashMapStorage<?,?,?>> supplier)
Method parameters in org.keycloak.models.map.storage.hotRod.transaction with type arguments of type ConcurrentHashMapStorage Modifier and Type Method Description ConcurrentHashMapStorage<?,?,?>
AllAreasHotRodStoresWrapper. getOrCreateStoreForModel(Class<?> modelType, Supplier<ConcurrentHashMapStorage<?,?,?>> supplier)
-
Uses of ConcurrentHashMapStorage in org.keycloak.models.map.storage.hotRod.userSession
Subclasses of ConcurrentHashMapStorage in org.keycloak.models.map.storage.hotRod.userSession Modifier and Type Class Description class
HotRodUserSessionMapStorage<K>
Constructors in org.keycloak.models.map.storage.hotRod.userSession with parameters of type ConcurrentHashMapStorage Constructor Description HotRodUserSessionMapStorage(CrudOperations<MapUserSessionEntity,UserSessionModel> map, StringKeyConverter<K> keyConverter, DeepCloner cloner, Map<SearchableModelField<? super UserSessionModel>,MapModelCriteriaBuilder.UpdatePredicatesFunc<K,MapUserSessionEntity,UserSessionModel>> fieldPredicates, ConcurrentHashMapStorage<String,MapAuthenticatedClientSessionEntity,AuthenticatedClientSessionModel> clientSessionStore)
-