AzureVaultConfigurationProperties |
VaultConfigurationProperties.azure() |
|
AzureVaultConfigurationProperties |
AzureVaultConfigurationProperties.withBlobAccessKey(String accessKey) |
The Azure Eventhub Blob Access Key for Checkpoint Store purpose
|
AzureVaultConfigurationProperties |
AzureVaultConfigurationProperties.withBlobAccountName(String accountName) |
The Azure Eventhub Blob Account Name for Checkpoint Store purpose
|
AzureVaultConfigurationProperties |
AzureVaultConfigurationProperties.withBlobContainerName(String containerName) |
The Azure Eventhub Blob Container Name for Checkpoint Store purpose
|
AzureVaultConfigurationProperties |
AzureVaultConfigurationProperties.withClientId(String clientId) |
The Azure Key Vault Client ID
|
AzureVaultConfigurationProperties |
AzureVaultConfigurationProperties.withClientSecret(String clientSecret) |
The Azure Key Vault Client Secret
|
AzureVaultConfigurationProperties |
AzureVaultConfigurationProperties.withEventhubConnectionString(String connectionString) |
The Azure Eventhub connection String for Key Vault Event notification
|
AzureVaultConfigurationProperties |
AzureVaultConfigurationProperties.withRefreshEnabled(boolean refreshEnabled) |
Whether to automatically reload Camel upon secrets being updated in Azure.
|
AzureVaultConfigurationProperties |
AzureVaultConfigurationProperties.withRefreshPeriod(long refreshPeriod) |
The period (millis) between checking Azure for updated secrets.
|
AzureVaultConfigurationProperties |
AzureVaultConfigurationProperties.withSecrets(String secrets) |
Specify the secret names (or pattern) to check for updates.
|
AzureVaultConfigurationProperties |
AzureVaultConfigurationProperties.withTenantId(String tenantId) |
The Azure Key Vault Tenant Id
|
AzureVaultConfigurationProperties |
AzureVaultConfigurationProperties.withVaultName(String vaultName) |
The Vault Name
|