Package com.strongdm.api
Class DelineaStore
java.lang.Object
com.strongdm.api.DelineaStore
- 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.The URL of the Delinea instancegetTags()Tags is a map of key, value pairs.The tenant name to targetvoidUnique identifier of the SecretStore.voidUnique human-readable name of the SecretStore.voidsetServerUrl(String in) The URL of the Delinea instancevoidTags is a map of key, value pairs.voidsetTenantName(String in) The tenant name to target
-
Constructor Details
-
DelineaStore
public DelineaStore()
-
-
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
-
getServerUrl
The URL of the Delinea instance -
setServerUrl
The URL of the Delinea instance -
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
-
getTenantName
The tenant name to target -
setTenantName
The tenant name to target
-