java.lang.Object
io.github.jopenlibs.vault.response.VaultResponse
io.github.jopenlibs.vault.response.SealResponse
- All Implemented Interfaces:
Serializable
This class is a container for the information returned by Vault in
v1/sys/*seal*
operations.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSealResponse(RestResponse restResponse, int retries) This constructor simply exposes the common base class constructor. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class io.github.jopenlibs.vault.response.VaultResponse
getRestResponse, getRetries
-
Constructor Details
-
SealResponse
This constructor simply exposes the common base class constructor.- Parameters:
restResponse- The raw HTTP response from Vault.retries- The number of retry attempts that occurred during the API call (can be zero).
-
-
Method Details
-
getSealed
-
getThreshold
-
getProgress
-