digital.toke.CreateTokenParameters 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;
/**
* auth/token/create* has parameters, which we encapsulate here
*
* @author David R. Smith <[email protected]>
* @see TokeDriverConfig
*/
public class CreateTokenParameters {
public CreateTokenParameters() {
// TODO Auto-generated constructor stub
}
}