Package org.keycloak.quarkus.runtime
Class KeycloakRecorder
java.lang.Object
org.keycloak.quarkus.runtime.KeycloakRecorder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigSessionFactory(Map<Spi, Map<Class<? extends Provider>, Map<String, Class<? extends ProviderFactory>>>> factories, Map<Class<? extends Provider>, String> defaultProviders, Map<String, ProviderFactory> preConfiguredProviders, List<ClasspathThemeProviderFactory.ThemesRepresentation> themes, boolean reaugmented) voidconfigureLiquibase(Map<String, List<String>> services) voidconfigureProfile(Profile.ProfileName profileName, Map<Profile.Feature, Boolean> features) io.quarkus.runtime.RuntimeValue<CacheManagerFactory>createCacheInitializer(String config, boolean metricsEnabled, io.quarkus.runtime.ShutdownContext shutdownContext) io.quarkus.hibernate.orm.runtime.integration.HibernateOrmIntegrationRuntimeInitListenercreateRequestFilter(List<String> ignoredPaths, ExecutorService executor) io.quarkus.hibernate.orm.runtime.integration.HibernateOrmIntegrationRuntimeInitListenervoidvoidregisterShutdownHook(io.quarkus.runtime.ShutdownContext shutdownContext) voidsetCryptoProvider(FipsMode fipsMode)
-
Field Details
-
DEFAULT_HEALTH_ENDPOINT
- See Also:
-
DEFAULT_METRICS_ENDPOINT
- See Also:
-
-
Constructor Details
-
KeycloakRecorder
public KeycloakRecorder()
-
-
Method Details
-
initConfig
public void initConfig() -
configureProfile
public void configureProfile(Profile.ProfileName profileName, Map<Profile.Feature, Boolean> features) -
configureLiquibase
-
configSessionFactory
public void configSessionFactory(Map<Spi, Map<Class<? extends Provider>, Map<String, Class<? extends ProviderFactory>>>> factories, Map<Class<? extends Provider>, String> defaultProviders, Map<String, ProviderFactory> preConfiguredProviders, List<ClasspathThemeProviderFactory.ThemesRepresentation> themes, boolean reaugmented) -
createCacheInitializer
public io.quarkus.runtime.RuntimeValue<CacheManagerFactory> createCacheInitializer(String config, boolean metricsEnabled, io.quarkus.runtime.ShutdownContext shutdownContext) -
registerShutdownHook
public void registerShutdownHook(io.quarkus.runtime.ShutdownContext shutdownContext) -
createUserDefinedUnitListener
public io.quarkus.hibernate.orm.runtime.integration.HibernateOrmIntegrationRuntimeInitListener createUserDefinedUnitListener(String name) -
createDefaultUnitListener
public io.quarkus.hibernate.orm.runtime.integration.HibernateOrmIntegrationRuntimeInitListener createDefaultUnitListener() -
createRequestFilter
public QuarkusRequestFilter createRequestFilter(List<String> ignoredPaths, ExecutorService executor) -
setCryptoProvider
-