Uses of Class
io.github.jopenlibs.vault.api.OperationsBase
Packages that use OperationsBase
Package
Description
Classes implementing the various endpoints of the Vault HTTP API.
Intended for internal use by other classes within the Vault driver library.
Classes implementing Vault's mounts system.
-
Uses of OperationsBase in io.github.jopenlibs.vault.api
Subclasses of OperationsBase in io.github.jopenlibs.vault.apiModifier and TypeClassDescriptionclassThe implementing class for operations on Vault's/v1/auth/*REST endpoints.classThe implementing class for operations on REST endpoints, under the "Debug" section of the Vault HTTP API docs (https://www.vaultproject.io/docs/http/index.html).classThe implementing class for Vault's core/logical operations (e.g. -
Uses of OperationsBase in io.github.jopenlibs.vault.api.database
Subclasses of OperationsBase in io.github.jopenlibs.vault.api.databaseModifier and TypeClassDescriptionclassThe implementing class for operations on Vault's database backend. -
Uses of OperationsBase in io.github.jopenlibs.vault.api.pki
Subclasses of OperationsBase in io.github.jopenlibs.vault.api.pkiModifier and TypeClassDescriptionclassThe implementing class for operations on Vault's PKI backend. -
Uses of OperationsBase in io.github.jopenlibs.vault.api.sys
Subclasses of OperationsBase in io.github.jopenlibs.vault.api.sysModifier and TypeClassDescriptionclassThe implementing class for operations on REST endpoints, under the "Leases" section of the Vault HTTP API docs ( https://www.vaultproject.io/docs/http/index.html).classThe implementing class for operations on REST endpoints, under the "seal/unseal/seal-status" section of the Vault HTTP API docs (https://www.vaultproject.io/api/system/index.html).classThe implementing class for operations on Vault's/v1/sys/*REST endpoints.classThe implementing class for/v1/sys/wrapping/*REST endpoints -
Uses of OperationsBase in io.github.jopenlibs.vault.api.sys.mounts
Subclasses of OperationsBase in io.github.jopenlibs.vault.api.sys.mountsModifier and TypeClassDescriptionclassThe implementing class for operations on Vault's/v1/sys/mounts/*REST endpoints.