Class AdcsCertificateRevokerApiController
- java.lang.Object
-
- de.trustable.ca3s.adcs.proxy.web.rest.AdcsCertificateRevokerApiController
-
- All Implemented Interfaces:
AdcsCertificateRevokerApi
@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2019-10-20T18:45:40.714Z[GMT]") @Controller public class AdcsCertificateRevokerApiController extends Object implements AdcsCertificateRevokerApi
-
-
Constructor Summary
Constructors Constructor Description AdcsCertificateRevokerApiController(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<Void>revokeCertificate(@Valid JWSWrappedRequest body)
-
-
-
Method Detail
-
revokeCertificate
public org.springframework.http.ResponseEntity<Void> revokeCertificate(@Valid @RequestBody @Valid JWSWrappedRequest body)
- Specified by:
revokeCertificatein interfaceAdcsCertificateRevokerApi
-
-