Package org.apache.camel.vault
Class GcpVaultConfiguration
- java.lang.Object
-
- org.apache.camel.vault.VaultConfiguration
-
- org.apache.camel.vault.GcpVaultConfiguration
-
public class GcpVaultConfiguration extends VaultConfiguration
Configuration for access to AWS Secret.
-
-
Constructor Summary
Constructors Constructor Description GcpVaultConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProjectId()StringgetServiceAccountKey()booleanisUseDefaultInstance()voidsetProjectId(String projectId)The GCP Project IDvoidsetServiceAccountKey(String serviceAccountKey)The Service Account Key locationvoidsetUseDefaultInstance(boolean useDefaultInstance)Define if we want to use the GCP Client Default Instance or not-
Methods inherited from class org.apache.camel.vault.VaultConfiguration
aws, azure, gcp, getAwsVaultConfiguration, getAzureVaultConfiguration, getGcpVaultConfiguration, setAwsVaultConfiguration, setAzureVaultConfiguration, setGcpVaultConfiguration
-
-
-
-
Method Detail
-
getServiceAccountKey
public String getServiceAccountKey()
-
setServiceAccountKey
public void setServiceAccountKey(String serviceAccountKey)
The Service Account Key location
-
getProjectId
public String getProjectId()
-
setProjectId
public void setProjectId(String projectId)
The GCP Project ID
-
isUseDefaultInstance
public boolean isUseDefaultInstance()
-
setUseDefaultInstance
public void setUseDefaultInstance(boolean useDefaultInstance)
Define if we want to use the GCP Client Default Instance or not
-
-