Uses of Interface
org.keycloak.models.map.storage.MapStorageProvider
- 
- 
Uses of MapStorageProvider in org.keycloak.models.map.commonMethods in org.keycloak.models.map.common that return types with arguments of type MapStorageProvider Modifier and Type Method Description static ProviderFactory<MapStorageProvider>AbstractMapProviderFactory. getProviderFactoryOrComponentFactory(KeycloakSession session, Config.Scope storageConfigScope)Method parameters in org.keycloak.models.map.common with type arguments of type MapStorageProvider Modifier and Type Method Description static <V extends AbstractEntity & UpdatableEntity,M,T extends MapStorage<V,M>>
 TSessionAttributesUtils. createMapStorageIfAbsent(KeycloakSession session, Class<? extends MapStorageProvider> providerType, Class<M> modelType, int factoryId, Supplier<T> createNew)Used for creating a store instance only once within one KeycloakSession.
- 
Uses of MapStorageProvider in org.keycloak.models.map.storage.chmClasses in org.keycloak.models.map.storage.chm that implement MapStorageProvider Modifier and Type Class Description classConcurrentHashMapStorageProviderMethods in org.keycloak.models.map.storage.chm that return MapStorageProvider Modifier and Type Method Description MapStorageProviderConcurrentHashMapStorageProviderFactory. create(KeycloakSession session)
- 
Uses of MapStorageProvider in org.keycloak.models.map.storage.fileClasses in org.keycloak.models.map.storage.file that implement MapStorageProvider Modifier and Type Class Description classFileMapStorageProviderFile-basedMapStorageProviderimplementation.Methods in org.keycloak.models.map.storage.file that return MapStorageProvider Modifier and Type Method Description MapStorageProviderFileMapStorageProviderFactory. create(KeycloakSession session)
- 
Uses of MapStorageProvider in org.keycloak.models.map.storage.hotRodClasses in org.keycloak.models.map.storage.hotRod that implement MapStorageProvider Modifier and Type Class Description classHotRodMapStorageProviderMethods in org.keycloak.models.map.storage.hotRod that return MapStorageProvider Modifier and Type Method Description MapStorageProviderHotRodMapStorageProviderFactory. create(KeycloakSession session)
- 
Uses of MapStorageProvider in org.keycloak.models.map.storage.jpaClasses in org.keycloak.models.map.storage.jpa that implement MapStorageProvider Modifier and Type Class Description classJpaMapStorageProviderMethods in org.keycloak.models.map.storage.jpa that return MapStorageProvider Modifier and Type Method Description MapStorageProviderJpaMapStorageProviderFactory. create(KeycloakSession session)
- 
Uses of MapStorageProvider in org.keycloak.models.map.storage.ldapClasses in org.keycloak.models.map.storage.ldap that implement MapStorageProvider Modifier and Type Class Description classLdapMapStorageProviderMethods in org.keycloak.models.map.storage.ldap that return MapStorageProvider Modifier and Type Method Description MapStorageProviderLdapMapStorageProviderFactory. create(KeycloakSession session)
 
-