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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<GetCertificateResponse>getRequestById(String reqId)
-
-
-
Method Detail
-
getRequestById
@RequestMapping(value="/adcsRequest/{reqId}", produces="application/json", method=GET) org.springframework.http.ResponseEntity<GetCertificateResponse> getRequestById(@PathVariable("reqId") String reqId)
-
-