Please see the project wiki for a detailed walkthrough.
To help with understanding Vault Java SDK Service interfaces, we created the vsdk-service-basics project. We will walk you through running this sample code.
This project contains examples of:
- Query Service
- Record Service
- HTTP Callouts
- Local
- External
- Vault to Vault
Import as a Maven project. This will automatically pull in the required Vault Java SDK dependencies.
For Intellij this is done by:
- File > Open > Navigate to project folder > Select the 'pom.xml' file > Open as Project
For Eclipse this is done by:
- File > Import > Maven > Existing Maven Projects > Navigate to project folder > Select the 'pom.xml' file
This code serves as an example and is not meant for production use.
Copyright 2019 Veeva Systems Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.