Package com.strongdm.api
Class DelineaDSVStore
java.lang.Object
com.strongdm.api.DelineaDSVStore
- All Implemented Interfaces:
SecretStore
DelineaDSVStore is currently unstable, and its API may change, or it may be removed,
without a major version bump.
-
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 tenant name to target, e.g.getTld()The top level domain of the DSV instance, e.g.voidUnique identifier of the SecretStore.voidUnique human-readable name of the SecretStore.voidTags is a map of key, value pairs.voidThe tenant name to target, e.g.voidThe top level domain of the DSV instance, e.g.
-
Constructor Details
-
DelineaDSVStore
public DelineaDSVStore()
-
-
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
-
getTenant
The tenant name to target, e.g. "acme" for acme.secretsvaultcloud.com -
setTenant
The tenant name to target, e.g. "acme" for acme.secretsvaultcloud.com -
getTld
The top level domain of the DSV instance, e.g. "com". Defaults to "com". -
setTld
The top level domain of the DSV instance, e.g. "com". Defaults to "com".
-