Package com.strongdm.api
Class AzureStore
java.lang.Object
com.strongdm.api.AzureStore
- 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.getTags()Tags is a map of key, value pairs.The URI of the key vault to target e.g.voidUnique identifier of the SecretStore.voidUnique human-readable name of the SecretStore.voidTags is a map of key, value pairs.voidsetVaultUri(String in) The URI of the key vault to target e.g.
-
Constructor Details
-
AzureStore
public AzureStore()
-
-
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
-
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
-
getVaultUri
The URI of the key vault to target e.g. https://myvault.vault.azure.net -
setVaultUri
The URI of the key vault to target e.g. https://myvault.vault.azure.net
-