Interface AdcsRequestApi

  • All Known Implementing Classes:
    AdcsRequestApiController

    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2019-08-30T11:55:34.168Z[GMT]")
    public interface AdcsRequestApi
    • Method Detail

      • getRequestById

        @RequestMapping(value="/adcsRequest/{reqId}",
                        produces="application/json",
                        method=GET)
        org.springframework.http.ResponseEntity<GetCertificateResponse> getRequestById​(@PathVariable("reqId")
                                                                                       String reqId)