public class KeycloakConfigSourceProvider extends Object implements org.eclipse.microprofile.config.spi.ConfigSourceProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
KEYCLOAK_CONFIG_FILE_ENV |
static String |
KEYCLOAK_CONFIG_FILE_PROP |
static PersistedConfigSource |
PERSISTED_CONFIG_SOURCE |
| Constructor and Description |
|---|
KeycloakConfigSourceProvider() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<org.eclipse.microprofile.config.spi.ConfigSource> |
getConfigSources(ClassLoader forClassLoader) |
static Path |
getPersistedConfigFile() |
static void |
reload()
Mainly for test purposes as MicroProfile Config does not seem to provide a way to reload configsources when the config
is released
|
public static final String KEYCLOAK_CONFIG_FILE_ENV
public static final String KEYCLOAK_CONFIG_FILE_PROP
public static PersistedConfigSource PERSISTED_CONFIG_SOURCE
public static void reload()
public static Path getPersistedConfigFile()
public Iterable<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(ClassLoader forClassLoader)
getConfigSources in interface org.eclipse.microprofile.config.spi.ConfigSourceProviderCopyright © 2020 JBoss by Red Hat. All rights reserved.