Class PkiResponse

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • 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