java.lang.Object
io.github.jopenlibs.vault.response.VaultResponse
io.github.jopenlibs.vault.response.LogicalResponse
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DatabaseResponse,MountResponse,PkiResponse
This class is a container for the information returned by Vault in logical API operations (e.g.
read, write).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLogicalResponse(RestResponse restResponse, int retries, Logical.logicalOperations operation) -
Method Summary
Methods inherited from class io.github.jopenlibs.vault.response.VaultResponse
getRestResponse, getRetries
-
Constructor Details
-
LogicalResponse
- Parameters:
restResponse- The raw HTTP response from Vault.retries- The number of retry attempts that occurred during the API call (can be zero).operation- The operation requested.
-
-
Method Details
-
getData
-
getListData
-
getDataObject
-
getLeaseId
-
getRenewable
-
getLeaseDuration
-
getWrapResponse
-