|
|
@ -310,8 +310,6 @@ public interface CertificateManagementAdminService {
|
|
|
|
@HeaderParam("If-Modified-Since") String ifModifiedSince);
|
|
|
|
@HeaderParam("If-Modified-Since") String ifModifiedSince);
|
|
|
|
|
|
|
|
|
|
|
|
@DELETE
|
|
|
|
@DELETE
|
|
|
|
@Path("/{serialNumber}")
|
|
|
|
|
|
|
|
@Consumes(MediaType.WILDCARD)
|
|
|
|
|
|
|
|
@ApiOperation(
|
|
|
|
@ApiOperation(
|
|
|
|
consumes = MediaType.WILDCARD,
|
|
|
|
consumes = MediaType.WILDCARD,
|
|
|
|
produces = MediaType.APPLICATION_JSON,
|
|
|
|
produces = MediaType.APPLICATION_JSON,
|
|
|
@ -348,7 +346,7 @@ public interface CertificateManagementAdminService {
|
|
|
|
"NOTE: Make sure that a certificate with the serial number you provide exists in the server. If not, first add a certificate.",
|
|
|
|
"NOTE: Make sure that a certificate with the serial number you provide exists in the server. If not, first add a certificate.",
|
|
|
|
required = true,
|
|
|
|
required = true,
|
|
|
|
defaultValue = "12438035315552875930")
|
|
|
|
defaultValue = "12438035315552875930")
|
|
|
|
@PathParam("serialNumber") String serialNumber);
|
|
|
|
@QueryParam("serialNumber") String serialNumber);
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Verify Certificate for the API security filter
|
|
|
|
* Verify Certificate for the API security filter
|
|
|
|