Package com.strongdm.api
Class CyberarkConjurStore
java.lang.Object
com.strongdm.api.CyberarkConjurStore
- All Implemented Interfaces:
SecretStore
-
Constructor Summary
Constructors -
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.voidThe URL of the Cyberark instancevoidUnique identifier of the SecretStore.voidUnique human-readable name of the SecretStore.voidTags 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:
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
-