digital.toke.accessor.Secrets Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vault-java-driver Show documentation
Show all versions of vault-java-driver Show documentation
A java driver for a subset of Hashicorp's Vault HTTP REST API.
/*
* SPDX-License-Identifier: Apache-2.0
* Copyright 2019 David R. Smith All Rights Reserved
*/
package digital.toke.accessor;
import java.util.ArrayList;
import java.util.List;
public class Secrets extends Accessor {
public Secrets(Toke resp) {
super(resp);
}
public List secrets() {
List