Uses of Interface
org.keycloak.models.map.storage.MapStorageProvider
Packages that use MapStorageProvider
Package
Description
-
Uses of MapStorageProvider in org.keycloak.models.map.common
Methods in org.keycloak.models.map.common that return types with arguments of type MapStorageProviderModifier and TypeMethodDescriptionstatic ProviderFactory<MapStorageProvider>
AbstractMapProviderFactory.getProviderFactoryOrComponentFactory
(KeycloakSession session, Config.Scope storageConfigScope) Method parameters in org.keycloak.models.map.common with type arguments of type MapStorageProviderModifier and TypeMethodDescriptionstatic <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.chm
Classes in org.keycloak.models.map.storage.chm that implement MapStorageProviderMethods in org.keycloak.models.map.storage.chm that return MapStorageProviderModifier and TypeMethodDescriptionConcurrentHashMapStorageProviderFactory.create
(KeycloakSession session) -
Uses of MapStorageProvider in org.keycloak.models.map.storage.file
Classes in org.keycloak.models.map.storage.file that implement MapStorageProviderMethods in org.keycloak.models.map.storage.file that return MapStorageProvider -
Uses of MapStorageProvider in org.keycloak.models.map.storage.hotRod
Classes in org.keycloak.models.map.storage.hotRod that implement MapStorageProviderMethods in org.keycloak.models.map.storage.hotRod that return MapStorageProviderModifier and TypeMethodDescriptionHotRodMapStorageProviderFactory.create
(KeycloakSession session) -
Uses of MapStorageProvider in org.keycloak.models.map.storage.jpa
Classes in org.keycloak.models.map.storage.jpa that implement MapStorageProviderMethods in org.keycloak.models.map.storage.jpa that return MapStorageProvider -
Uses of MapStorageProvider in org.keycloak.models.map.storage.ldap
Classes in org.keycloak.models.map.storage.ldap that implement MapStorageProviderMethods in org.keycloak.models.map.storage.ldap that return MapStorageProvider