Package com.cyberark.conjur.api
Interface ResourceProvider
-
- All Known Implementing Classes:
ResourceClient
public interface ResourceProviderProvides methods for retrieving and setting Conjur resources
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddSecret(String variableId, String secret)Creates a secret value within the specified variableStringretrieveSecret(String variableId)Fetch the value of a secret in the specified variable
-