Class AzureVaultConfigurationProperties
java.lang.Object
org.apache.camel.spring.boot.vault.AzureVaultConfigurationProperties
@ConfigurationProperties(prefix="camel.vault.azure")
public class AzureVaultConfigurationProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
boolean
boolean
void
setAzureIdentityEnabled
(boolean azureIdentityEnabled) void
setBlobAccessKey
(String blobAccessKey) void
setBlobAccountName
(String blobAccountName) void
setBlobContainerName
(String blobContainerName) void
setClientId
(String clientId) void
setClientSecret
(String clientSecret) void
setEventhubConnectionString
(String eventhubConnectionString) void
setRefreshEnabled
(boolean refreshEnabled) void
setRefreshPeriod
(long refreshPeriod) void
setSecrets
(String secrets) void
setTenantId
(String tenantId) void
setVaultName
(String vaultName)
-
Constructor Details
-
AzureVaultConfigurationProperties
public AzureVaultConfigurationProperties()
-
-
Method Details
-
getVaultName
-
setVaultName
-
getClientId
-
setClientId
-
getClientSecret
-
setClientSecret
-
getTenantId
-
setTenantId
-
isAzureIdentityEnabled
public boolean isAzureIdentityEnabled() -
setAzureIdentityEnabled
public void setAzureIdentityEnabled(boolean azureIdentityEnabled) -
isRefreshEnabled
public boolean isRefreshEnabled() -
setRefreshEnabled
public void setRefreshEnabled(boolean refreshEnabled) -
getRefreshPeriod
public long getRefreshPeriod() -
setRefreshPeriod
public void setRefreshPeriod(long refreshPeriod) -
getSecrets
-
setSecrets
-
getEventhubConnectionString
-
setEventhubConnectionString
-
getBlobAccessKey
-
setBlobAccessKey
-
getBlobAccountName
-
setBlobAccountName
-
getBlobContainerName
-
setBlobContainerName
-