Package com.strongdm.api
Class VaultTokenStore
java.lang.Object
com.strongdm.api.VaultTokenStore
- All Implemented Interfaces:
SecretStore
-
Constructor Summary
-
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.void
Unique identifier of the SecretStore.void
Unique human-readable name of the SecretStore.void
setNamespace
(String in) The namespace to make requests withinvoid
The URL of the Vault to targetvoid
Tags is a map of key, value pairs.
-
Constructor Details
-
VaultTokenStore
public VaultTokenStore()
-
-
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
-
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:
getTags
in interfaceSecretStore
-
setTags
Tags is a map of key, value pairs.- Specified by:
setTags
in interfaceSecretStore
-