Skip to content

Getting Started

Welcome to Vault Java SDK! This tutorial will walk you through how to run and edit a record trigger, including how to set up your development environment to develop with Vault Java SDK.

The steps in this Getting Started include:

  1. Prerequisites: To develop with the Vault Java SDK, you need all of the tools for Java development and a sandbox Vault.
  2. Vault Setup: Configure your sandbox Vault with the provided record trigger.
  3. Run a Record Trigger: In your newly configured sandbox Vault, run your first record trigger!
  4. Development Setup: Before making changes to the record trigger, you need to set up an IntelliJ® project and configure your POM file to import Vault Java SDK.
  5. Write Custom Code: Write your first piece of custom code that modifies the behavior of the sample record trigger.
  6. Deploy Custom Code: Deploy your edits to the sample record trigger to your sandbox Vault.