public class KeycloakRecorder extends Object
| Constructor and Description |
|---|
KeycloakRecorder() |
| Modifier and Type | Method and Description |
|---|---|
void |
configSessionFactory(Map<Spi,Map<Class<? extends Provider>,Map<String,Class<? extends ProviderFactory>>>> factories,
Map<Class<? extends Provider>,String> defaultProviders,
Map<String,ProviderFactory> preConfiguredProviders,
Boolean reaugmented) |
void |
configureLiquibase(Map<String,List<String>> services) |
static Profile |
createProfile() |
void |
showConfig()
This method should be executed during static init so that the configuration is printed (if demanded) based on the properties
set from the previous reaugmentation
|
void |
validateAndSetBuildTimeProperties(Boolean rebuild,
String configArgs)
Validate the build time properties with any property passed during runtime in order to advertise any difference with the
server image state.
|
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, Boolean reaugmented)
public void validateAndSetBuildTimeProperties(Boolean rebuild, String configArgs)
Validate the build time properties with any property passed during runtime in order to advertise any difference with the server image state.
This method also keep the build time properties available at runtime.
buildTimeProperties - the build time properties set when running the last re-augmentationrebuild - indicates whether or not the server was re-augmentedconfigArgs - the configuration args if provided when the server was re-augmentedpublic void showConfig()
public static Profile createProfile()
Copyright © 2021 JBoss by Red Hat. All rights reserved.