Class QuarkusJpaMapStorageProviderFactory
java.lang.Object
org.keycloak.models.map.storage.jpa.JpaMapStorageProviderFactory
org.keycloak.quarkus.runtime.storage.database.jpa.QuarkusJpaMapStorageProviderFactory
- All Implemented Interfaces:
AmphibianProviderFactory<MapStorageProvider>,ComponentFactory<MapStorageProvider,,MapStorageProvider> MapStorageProviderFactory,ConfiguredProvider,EnvironmentDependentProviderFactory,ProviderFactory<MapStorageProvider>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.storage.MapStorageProviderFactory
MapStorageProviderFactory.Flag -
Field Summary
Fields inherited from class org.keycloak.models.map.storage.jpa.JpaMapStorageProviderFactory
CLONER, HIBERNATE_DEFAULT_SCHEMA, PROVIDER_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected jakarta.persistence.EntityManagerFactoryprotected ConnectiongetId()booleanMethods inherited from class org.keycloak.models.map.storage.jpa.JpaMapStorageProviderFactory
close, create, createMapStorage, getConfigMetadata, getEntityManager, getEntityManagerFactory, getHelpText, init, postInit, validateAndUpdateSchemaMethods 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, getConfigProperties, 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
order
-
Constructor Details
-
QuarkusJpaMapStorageProviderFactory
public QuarkusJpaMapStorageProviderFactory()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceProviderFactory<MapStorageProvider>- Overrides:
getIdin classJpaMapStorageProviderFactory
-
createEntityManagerFactory
protected jakarta.persistence.EntityManagerFactory createEntityManagerFactory()- Overrides:
createEntityManagerFactoryin classJpaMapStorageProviderFactory
-
getConnection
- Overrides:
getConnectionin classJpaMapStorageProviderFactory
-
isSupported
public boolean isSupported()- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory- Overrides:
isSupportedin classJpaMapStorageProviderFactory
-