Package com.strongdm.api
Class VaultAWSEC2Store
java.lang.Object
com.strongdm.api.VaultAWSEC2Store
- All Implemented Interfaces:
SecretStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Unique identifier of the SecretStore.getName()Unique human-readable name of the SecretStore.The namespace to make requests withinThe URL of the Vault to targetgetTags()Tags is a map of key, value pairs.voidUnique identifier of the SecretStore.voidUnique human-readable name of the SecretStore.voidsetNamespace(String in) The namespace to make requests withinvoidThe URL of the Vault to targetvoidTags is a map of key, value pairs.
-
Constructor Details
-
VaultAWSEC2Store
public VaultAWSEC2Store()
-
-
Method Details
-
getId
Unique identifier of the SecretStore.- Specified by:
getIdin interfaceSecretStore
-
setId
Unique identifier of the SecretStore. -
getName
Unique human-readable name of the SecretStore.- Specified by:
getNamein interfaceSecretStore
-
setName
Unique human-readable name of the SecretStore.- Specified by:
setNamein interfaceSecretStore
-
getNamespace
The namespace to make requests within -
setNamespace
The namespace to make requests within -
getServerAddress
The URL of the Vault to target -
setServerAddress
The URL of the Vault to target -
getTags
Tags is a map of key, value pairs.- Specified by:
getTagsin interfaceSecretStore
-
setTags
Tags is a map of key, value pairs.- Specified by:
setTagsin interfaceSecretStore
-