Class UnwrapResponse

All Implemented Interfaces:
Serializable

public class UnwrapResponse extends AuthResponse
This class is a container for the information returned by Vault in unwrap backend operations.
See Also:
  • Constructor Details

    • UnwrapResponse

      public UnwrapResponse(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