Package com.strongdm.api
Class StrongVaultStore
java.lang.Object
com.strongdm.api.StrongVaultStore
- All Implemented Interfaces:
- SecretStore
StrongVaultStore is currently unstable, and its API may change, or it may be removed,
  without a major version bump.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetId()Unique identifier of the SecretStore.getName()Unique human-readable name of the SecretStore.getTags()Tags is a map of key, value pairs.voidUnique identifier of the SecretStore.voidUnique human-readable name of the SecretStore.voidTags is a map of key, value pairs.
- 
Constructor Details- 
StrongVaultStorepublic StrongVaultStore()
 
- 
- 
Method Details- 
getIdUnique identifier of the SecretStore.- Specified by:
- getIdin interface- SecretStore
 
- 
setIdUnique identifier of the SecretStore.
- 
getNameUnique human-readable name of the SecretStore.- Specified by:
- getNamein interface- SecretStore
 
- 
setNameUnique human-readable name of the SecretStore.- Specified by:
- setNamein interface- SecretStore
 
- 
getTagsTags is a map of key, value pairs.- Specified by:
- getTagsin interface- SecretStore
 
- 
setTagsTags is a map of key, value pairs.- Specified by:
- setTagsin interface- SecretStore
 
 
-