Uses of Enum
io.github.jopenlibs.vault.api.Logical.logicalOperations
Packages that use Logical.logicalOperations
Package
Description
Classes implementing the various endpoints of the Vault HTTP API.
Containers of data returned by the various Vault API calls.
-
Uses of Logical.logicalOperations in io.github.jopenlibs.vault.api
Methods in io.github.jopenlibs.vault.api that return Logical.logicalOperationsModifier and TypeMethodDescriptionstatic Logical.logicalOperationsReturns the enum constant of this type with the specified name.static Logical.logicalOperations[]Logical.logicalOperations.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.jopenlibs.vault.api with parameters of type Logical.logicalOperationsModifier and TypeMethodDescriptionstatic StringLogicalUtilities.adjustPathForDelete(String path, int prefixPathDepth, Logical.logicalOperations operation) In version 1 style secret engines, the same path is used for all CRUD operations on a secret.static StringLogicalUtilities.adjustPathForList(String path, int prefixPathDepth, Logical.logicalOperations operation) In version 1 style secret engines, the same path is used for all CRUD operations on a secret.static StringLogicalUtilities.adjustPathForReadOrWrite(String path, int prefixPathLength, Logical.logicalOperations operation) In version 1 style secret engines, the same path is used for all CRUD operations on a secret.static JsonObjectLogicalUtilities.jsonObjectToWriteFromEngineVersion(Logical.logicalOperations operation, JsonObject jsonObject, JsonObject optionsJsonObject) In version two, when writing a secret, the JSONObject must be nested with "data" as the key and an "options" key may be optionally provided -
Uses of Logical.logicalOperations in io.github.jopenlibs.vault.response
Constructors in io.github.jopenlibs.vault.response with parameters of type Logical.logicalOperationsModifierConstructorDescriptionLogicalResponse(RestResponse restResponse, int retries, Logical.logicalOperations operation)