Class ResourceClient

    • Method Detail

      • retrieveSecret

        public String retrieveSecret​(String variableId)
        Description copied from interface: ResourceProvider
        Fetch the value of a secret in the specified variable
        Specified by:
        retrieveSecret in interface ResourceProvider
        Parameters:
        variableId - - id of the variable
        Returns:
        The value of a secret from the specified variable
      • addSecret

        public void addSecret​(String variableId,
                              String secret)
        Description copied from interface: ResourceProvider
        Creates a secret value within the specified variable
        Specified by:
        addSecret in interface ResourceProvider
        Parameters:
        variableId - - id of the variable
        secret - - Secret value within the specified variable