Class PkiResponse

All Implemented Interfaces:
Serializable

public class PkiResponse extends LogicalResponse
This class is a container for the information returned by Vault in PKI backend API operations (e.g. create/delete roles, issue credentials).
See Also:
  • Constructor Details

    • PkiResponse

      public PkiResponse(RestResponse restResponse, int retries)
      Parameters:
      restResponse - The raw response received from Vault
      retries - The number of retries that were performed for this operation
  • Method Details