Class SealResponse

java.lang.Object
io.github.jopenlibs.vault.response.VaultResponse
io.github.jopenlibs.vault.response.SealResponse
All Implemented Interfaces:
Serializable

public class SealResponse extends VaultResponse
This class is a container for the information returned by Vault in v1/sys/*seal* operations.
See Also:
  • Constructor Details

    • SealResponse

      public SealResponse(RestResponse restResponse, int retries)
      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

      public Boolean getSealed()
    • getThreshold

      public Long getThreshold()
    • getNumberOfShares

      public Long getNumberOfShares()
    • getProgress

      public Long getProgress()