java.lang.Object
io.github.jopenlibs.vault.response.VaultResponse
io.github.jopenlibs.vault.response.LogicalResponse
io.github.jopenlibs.vault.response.MountResponse
- All Implemented Interfaces:
Serializable
This class is a container for the information returned by Vault in /sys/mounts/ API operations
(e.g. enable/disable secret engine mountpoint, read/tune mountpoint configurations)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.jopenlibs.vault.response.LogicalResponse
getData, getDataMetadata, getDataObject, getLeaseDuration, getLeaseId, getListData, getRenewable, getWrapResponseMethods inherited from class io.github.jopenlibs.vault.response.VaultResponse
getRestResponse, getRetries
-
Constructor Details
-
MountResponse
- Parameters:
restResponse- The raw response received from Vaultretries- The number of retries that were performed for this operationisList- the flag to indicate if we're expecting a list of Mounts from Vault or not
-
-
Method Details
-
getMount
-
getMounts
-