Uses of Class
org.keycloak.models.map.storage.MapStorageProviderFactory.Flag
- 
- 
Uses of MapStorageProviderFactory.Flag in org.keycloak.models.map.storageMethods in org.keycloak.models.map.storage that return MapStorageProviderFactory.Flag Modifier and Type Method Description static MapStorageProviderFactory.FlagMapStorageProviderFactory.Flag. valueOf(String name)Returns the enum constant of this type with the specified name.static MapStorageProviderFactory.Flag[]MapStorageProviderFactory.Flag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.models.map.storage with parameters of type MapStorageProviderFactory.Flag Modifier and Type Method Description <V extends AbstractEntity,M>
 MapStorage<V,M>MapStorageProvider. getMapStorage(Class<M> modelType, MapStorageProviderFactory.Flag... flags)Returns a key-value storage implementation for the given types.
- 
Uses of MapStorageProviderFactory.Flag in org.keycloak.models.map.storage.chmMethods in org.keycloak.models.map.storage.chm with parameters of type MapStorageProviderFactory.Flag Modifier and Type Method Description <V extends AbstractEntity,M>
 MapStorage<V,M>ConcurrentHashMapStorageProvider. getMapStorage(Class<M> modelType, MapStorageProviderFactory.Flag... flags)<K,V extends AbstractEntity & UpdatableEntity,M>
 CrudOperations<V,M>ConcurrentHashMapStorageProviderFactory. getStorage(Class<M> modelType, MapStorageProviderFactory.Flag... flags)
- 
Uses of MapStorageProviderFactory.Flag in org.keycloak.models.map.storage.fileMethods in org.keycloak.models.map.storage.file with parameters of type MapStorageProviderFactory.Flag Modifier and Type Method Description <V extends AbstractEntity,M>
 MapStorage<V,M>FileMapStorageProvider. getMapStorage(Class<M> modelType, MapStorageProviderFactory.Flag... flags)
- 
Uses of MapStorageProviderFactory.Flag in org.keycloak.models.map.storage.hotRodMethods in org.keycloak.models.map.storage.hotRod with parameters of type MapStorageProviderFactory.Flag Modifier and Type Method Description <V extends AbstractEntity,M>
 MapStorage<V,M>HotRodMapStorageProvider. getMapStorage(Class<M> modelType, MapStorageProviderFactory.Flag... flags)
- 
Uses of MapStorageProviderFactory.Flag in org.keycloak.models.map.storage.jpaMethods in org.keycloak.models.map.storage.jpa with parameters of type MapStorageProviderFactory.Flag Modifier and Type Method Description <V extends AbstractEntity,M>
 MapStorage<V,M>JpaMapStorageProvider. getMapStorage(Class<M> modelType, MapStorageProviderFactory.Flag... flags)
- 
Uses of MapStorageProviderFactory.Flag in org.keycloak.models.map.storage.ldapMethods in org.keycloak.models.map.storage.ldap with parameters of type MapStorageProviderFactory.Flag Modifier and Type Method Description <V extends AbstractEntity,M>
 MapStorage<V,M>LdapMapStorageProvider. getMapStorage(Class<M> modelType, MapStorageProviderFactory.Flag... flags)
 
-