Package com.strongdm.api
Class CyberarkConjurStore
java.lang.Object
com.strongdm.api.CyberarkConjurStore
- All Implemented Interfaces:
SecretStore
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe URL of the Cyberark instancegetId()
Unique identifier of the SecretStore.getName()
Unique human-readable name of the SecretStore.getTags()
Tags is a map of key, value pairs.void
The URL of the Cyberark instancevoid
Unique identifier of the SecretStore.void
Unique human-readable name of the SecretStore.void
Tags is a map of key, value pairs.
-
Constructor Details
-
CyberarkConjurStore
public CyberarkConjurStore()
-
-
Method Details
-
getAppURL
The URL of the Cyberark instance -
setAppURL
The URL of the Cyberark instance -
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
-