Uses of Class
io.github.jopenlibs.vault.api.Logical
Packages that use Logical
Package
Description
The root package containing the primary
Vault driver class.Classes implementing the various endpoints of the Vault HTTP API.
-
Uses of Logical in io.github.jopenlibs.vault
Methods in io.github.jopenlibs.vault that return Logical -
Uses of Logical in io.github.jopenlibs.vault.api
Methods in io.github.jopenlibs.vault.api that return LogicalModifier and TypeMethodDescriptionLogical.withNameSpace(String nameSpace) Adds the requested namespace to the logical operation, which is then passed into the REST headers for said operation.