Module vault.java.driver
Package io.github.jopenlibs.vault.api.sys.mounts
Classes implementing Vault's mounts system.
The classes in this package are not meant to be instantiated directly. Rather, they should
be used by way of the io.github.jopenlibs.vault.Vault driver class, in a DSL-style
builder pattern approach.
-
Class Summary Class Description Mount A container for options returned by mounts endpoints on the Secret Engine backend.MountConfig A container for options returned by mounts endpoints on the Secret Engine backend.MountPayload A container for options sent to mounts endpoints on the Secret Engine backend as REST payload.Mounts The implementing class for operations on Vault's/v1/sys/mounts/*REST endpoints.TimeToLive A container for Time To Live information sent to mounts endpoints on the Secret Engine backend as REST payload. -
Enum Summary Enum Description MountType A representation of different available secret engine mount points