Uses of Interface
com.azure.spring.cloud.config.KeyVaultCredentialProvider
-
Packages that use KeyVaultCredentialProvider Package Description com.azure.spring.cloud.config Package contains classes for loading configuration from Azure App Configuration Stores.com.azure.spring.cloud.config.stores Package contains classes for using the Azure SDK for Java. -
-
Uses of KeyVaultCredentialProvider in com.azure.spring.cloud.config
Method parameters in com.azure.spring.cloud.config with type arguments of type KeyVaultCredentialProvider Modifier and Type Method Description AppConfigurationPropertySourceLocatorAppConfigurationBootstrapConfiguration. sourceLocator(AppConfigurationProperties properties, AppConfigurationProviderProperties appProperties, ClientStore clients, Optional<KeyVaultCredentialProvider> keyVaultCredentialProviderOptional, Optional<SecretClientBuilderSetup> keyVaultClientProviderOptional, Optional<KeyVaultSecretProvider> keyVaultSecretProviderOptional)Constructors in com.azure.spring.cloud.config with parameters of type KeyVaultCredentialProvider Constructor Description AppConfigurationPropertySourceLocator(AppConfigurationProperties properties, AppConfigurationProviderProperties appProperties, ClientStore clients, KeyVaultCredentialProvider keyVaultCredentialProvider, SecretClientBuilderSetup keyVaultClientProvider, KeyVaultSecretProvider keyVaultSecretProvider)Loads all Azure App Configuration Property Sources configured. -
Uses of KeyVaultCredentialProvider in com.azure.spring.cloud.config.stores
Constructors in com.azure.spring.cloud.config.stores with parameters of type KeyVaultCredentialProvider Constructor Description KeyVaultClient(AppConfigurationProperties properties, URI uri, KeyVaultCredentialProvider tokenCredentialProvider, SecretClientBuilderSetup keyVaultClientProvider, KeyVaultSecretProvider keyVaultSecretProvider)Creates a Client for connecting to Key Vault
-