Class ConcurrentHashMapStorageProviderFactory
java.lang.Object
org.keycloak.models.map.storage.chm.ConcurrentHashMapStorageProviderFactory
- All Implemented Interfaces:
AmphibianProviderFactory<MapStorageProvider>,ComponentFactory<MapStorageProvider,,MapStorageProvider> MapStorageProviderFactory,ConfiguredProvider,EnvironmentDependentProviderFactory,ProviderFactory<MapStorageProvider>
public class ConcurrentHashMapStorageProviderFactory
extends Object
implements AmphibianProviderFactory<MapStorageProvider>, MapStorageProviderFactory, EnvironmentDependentProviderFactory
- Author:
- hmlnarik
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.storage.MapStorageProviderFactory
MapStorageProviderFactory.Flag -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()This is called when the server shuts down.create(KeycloakSession session) getId()getKeyConverter(Class<?> modelType) <K,V extends AbstractEntity & UpdatableEntity, M>
ConcurrentHashMapCrudOperations<K,V, M> getStorage(Class<M> modelType, MapStorageProviderFactory.Flag... flags) voidinit(Config.Scope config) Only called once when the factory is first created.booleanvoidpostInit(KeycloakSessionFactory factory) Called after all provider factories have been initializedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.component.AmphibianProviderFactory
create, onUpdate, preRemoveMethods inherited from interface org.keycloak.component.ComponentFactory
getCommonProviderConfigProperties, getTypeMetadata, onCreate, validateConfigurationMethods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfigMethods inherited from interface org.keycloak.provider.EnvironmentDependentProviderFactory
isSupportedMethods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
Field Details
-
PROVIDER_ID
- See Also:
-
CLONER
-
-
Constructor Details
-
ConcurrentHashMapStorageProviderFactory
public ConcurrentHashMapStorageProviderFactory()
-
-
Method Details
-
create
- Specified by:
createin interfaceAmphibianProviderFactory<MapStorageProvider>- Specified by:
createin interfaceComponentFactory<MapStorageProvider,MapStorageProvider> - Specified by:
createin interfaceProviderFactory<MapStorageProvider>
-
init
Description copied from interface:ProviderFactoryOnly called once when the factory is first created. This config is pulled from keycloak_server.json- Specified by:
initin interfaceProviderFactory<MapStorageProvider>
-
postInit
Description copied from interface:ProviderFactoryCalled after all provider factories have been initialized- Specified by:
postInitin interfaceProviderFactory<MapStorageProvider>
-
close
public void close()Description copied from interface:ProviderFactoryThis is called when the server shuts down.- Specified by:
closein interfaceAmphibianProviderFactory<MapStorageProvider>- Specified by:
closein interfaceProviderFactory<MapStorageProvider>
-
getId
- Specified by:
getIdin interfaceProviderFactory<MapStorageProvider>
-
getStorage
public <K,V extends AbstractEntity & UpdatableEntity, ConcurrentHashMapCrudOperations<K,M> V, getStorageM> (Class<M> modelType, MapStorageProviderFactory.Flag... flags) -
getKeyConverter
-
getHelpText
- Specified by:
getHelpTextin interfaceConfiguredProvider
-
getConfigProperties
- Specified by:
getConfigPropertiesin interfaceAmphibianProviderFactory<MapStorageProvider>- Specified by:
getConfigPropertiesin interfaceConfiguredProvider
-
isSupported
public boolean isSupported()- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory- Returns:
trueif the provider is supported and should be available,falseotherwise
-