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 TypeMethodDescriptionlongbooleanvoidsetBlobAccessKey(String blobAccessKey) voidsetBlobAccountName(String blobAccountName) voidsetBlobContainerName(String blobContainerName) voidsetClientId(String clientId) voidsetClientSecret(String clientSecret) voidsetEventhubConnectionString(String eventhubConnectionString) voidsetRefreshEnabled(boolean refreshEnabled) voidsetRefreshPeriod(long refreshPeriod) voidsetSecrets(String secrets) voidsetTenantId(String tenantId) voidsetVaultName(String vaultName)
-
Constructor Details
-
AzureVaultConfigurationProperties
public AzureVaultConfigurationProperties()
-
-
Method Details
-
getVaultName
-
setVaultName
-
getClientId
-
setClientId
-
getClientSecret
-
setClientSecret
-
getTenantId
-
setTenantId
-
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
-