public class SealResponse extends VaultResponse
v1/sys/*seal*
operations.| Constructor and Description |
|---|
SealResponse(RestResponse restResponse,
int retries)
This constructor simply exposes the common base class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getNumberOfShares() |
java.lang.Long |
getProgress() |
java.lang.Boolean |
getSealed() |
java.lang.Long |
getThreshold() |
getRestResponse, getRetriespublic SealResponse(RestResponse restResponse, int retries)
restResponse - The raw HTTP response from Vault.retries - The number of retry attempts that occurred during the API call (can be zero).