| Modifier and Type | Interface and Description |
|---|---|
interface |
AWSSecretsConfigSourceConfiguration |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AzureSecretsConfigSourceConfiguration |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DynamoDBConfigSourceConfiguration |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GCPSecretsConfigSourceConfiguration |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HashiCorpSecretsConfigSourceConfiguration |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LDAPConfigSourceConfiguration |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseGetConfigSourceConfigurationCommand<C extends ConfigSourceConfiguration>
The base admin command to get the configuration of a specified config source.
|
class |
BaseSetConfigSourceConfigurationCommand<C extends ConfigSourceConfiguration>
The base admin command to set the configuration of a specified config source.
|
class |
ConfiguredExtensionConfigSource<C extends ConfigSourceConfiguration>
A config source that is backed by a configuration in the domain.xml
|
| Modifier and Type | Field and Description |
|---|---|
protected C |
ConfiguredExtensionConfigSource.configuration |
| Modifier and Type | Method and Description |
|---|---|
static <C extends ConfigSourceConfiguration> |
ConfigSourceExtensions.getConfigurationClass(Class<?> configSourceClass) |
| Modifier and Type | Method and Description |
|---|---|
Class<ConfigSourceConfiguration> |
ExtensionConfigSourceHandler.getConfigClass() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExtensionConfigSourceHandler.reconfigure(ConfigSourceConfiguration config) |
void |
ExtensionConfigSourceService.reconfigure(ConfigSourceConfiguration config) |
| Constructor and Description |
|---|
ExtensionConfigSourceHandler(org.glassfish.hk2.api.ServiceHandle<ExtensionConfigSource> configSourceHandle,
Class<ConfigSourceConfiguration> configClass,
ConfigSourceConfiguration config) |
| Constructor and Description |
|---|
ExtensionConfigSourceHandler(org.glassfish.hk2.api.ServiceHandle<ExtensionConfigSource> configSourceHandle,
Class<ConfigSourceConfiguration> configClass,
ConfigSourceConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
<T extends ConfigSourceConfiguration> |
MicroprofileConfigConfiguration.getConfigSourceConfigurationByType(Class<T> type) |
static <T extends ConfigSourceConfiguration> |
MicroprofileConfigConfiguration.Duck.getConfigSourceConfigurationByType(MicroprofileConfigConfiguration config,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigSourceConfiguration> |
MicroprofileConfigConfiguration.getConfigSourceConfigurationList() |
Copyright © 2021. All rights reserved.