Uses of Class
org.keycloak.models.map.storage.file.FileMapStorage
-
Packages that use FileMapStorage Package Description org.keycloak.models.map.storage.file -
-
Uses of FileMapStorage in org.keycloak.models.map.storage.file
Methods in org.keycloak.models.map.storage.file that return FileMapStorage Modifier and Type Method Description static <V extends AbstractEntity & UpdatableEntity,M>
FileMapStorage<V,M>FileMapStorage. newInstance(Class<V> entityClass, Function<String,Path> dataDirectoryFunc, Function<V,String[]> suggestedPath, boolean isExpirableEntity)
-