Package com.strongdm.api
Class AzureStore
java.lang.Object
com.strongdm.api.AzureStore
- All Implemented Interfaces:
SecretStore
-
Constructor Summary
-
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.void
Unique identifier of the SecretStore.void
Unique human-readable name of the SecretStore.void
Tags is a map of key, value pairs.void
setVaultUri
(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:
getId
in interfaceSecretStore
-
setId
Unique identifier of the SecretStore. -
getName
Unique human-readable name of the SecretStore.- Specified by:
getName
in interfaceSecretStore
-
setName
Unique human-readable name of the SecretStore.- Specified by:
setName
in interfaceSecretStore
-
getTags
Tags is a map of key, value pairs.- Specified by:
getTags
in interfaceSecretStore
-
setTags
Tags is a map of key, value pairs.- Specified by:
setTags
in 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
-