Package com.azure.spring.cloud.config
Package contains classes for loading configuration from Azure App Configuration Stores.
-
Interface Summary Interface Description AppConfigurationCredentialProvider Interface to be implemented that enables returning of a TokenCredential for authentication with an Azure App Configuration stores.ConfigurationClientBuilderSetup Creates Custom CustomClientBuilder for connecting to Azure App Configuration.KeyVaultCredentialProvider Interface to be implemented that enables returning of a TokenCredential for authentication with an Azure Key Vaults.KeyVaultSecretProvider Interface to be implemented that enables returning of Secrets instead of requesting them from Azure Key Vaults.SecretClientBuilderSetup Creates Custom SecretClientBuilder for connecting to Key Vault.TokenCredentialProvider Provides ability to generate Token Credential for connecting to Azure services. -
Class Summary Class Description AppConfigurationAutoConfiguration Setup AppConfigurationRefresh when spring.cloud.azure.appconfiguration.enabled is enabled.AppConfigurationBootstrapConfiguration Setup ConnectionPool, AppConfigurationPropertySourceLocator, and ClientStore when spring.cloud.azure.appconfiguration.enabled is enabled.AppConfigurationConstants Constants used for processing Azure App Configuration Config info.AppConfigurationHealthAutoConfiguration Health Indicator for Azure App Configuration store connections.AppConfigurationPropertySource Azure App Configuration PropertySource unique per Store Label(Profile) combo.AppConfigurationPropertySourceLocator Locates Azure App Configuration Property Sources.AppConfigurationRefresh Enables checking of Configuration updates.NormalizeNull Used for Normalizing the Label value. -
Enum Summary Enum Description HostType The Types of Hosts checked in request tracing.RequestTracingConstants Request Tracing values used to checkRequestType The types of requests made to the App Configuration service.