Class UnwrapResponse

  • All Implemented Interfaces:
    java.io.Serializable

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

      • 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).