Class FileMapStorage<V extends AbstractEntity & UpdatableEntity,M>

java.lang.Object
org.keycloak.models.map.storage.chm.ConcurrentHashMapStorage<String,V,M,FileCrudOperations<V,M>>
org.keycloak.models.map.storage.file.FileMapStorage<V,M>
All Implemented Interfaces:
KeycloakTransaction, HasRealmId, MapStorage<V,M>

public class FileMapStorage<V extends AbstractEntity & UpdatableEntity,M> extends ConcurrentHashMapStorage<String,V,M,FileCrudOperations<V,M>>
MapStorage implementation used with the file map storage.
Author:
Stefan Guilhen