Package com.netscape.certsrv.logging
Interface AuditResource
- All Known Implementing Classes:
AuditService
@Path("audit")
public interface AuditResource
- Author:
- Endi S. Dewata
-
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
changeAuditStatus
(String action) javax.ws.rs.core.Response
javax.ws.rs.core.Response
javax.ws.rs.core.Response
getAuditFile
(String filename) javax.ws.rs.core.Response
updateAuditConfig
(AuditConfig configData)
-
Method Details
-
getAuditConfig
@GET javax.ws.rs.core.Response getAuditConfig() -
updateAuditConfig
-
changeAuditStatus
-
findAuditFiles
@GET @Path("files") javax.ws.rs.core.Response findAuditFiles() -
getAuditFile
@GET @Path("files/{filename}") @Produces("application/octet-stream") javax.ws.rs.core.Response getAuditFile(@PathParam("filename") String filename)
-