summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/logging/event/ConfigSignedAuditEvent.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/src/com/netscape/certsrv/logging/event/ConfigSignedAuditEvent.java')
-rw-r--r--base/common/src/com/netscape/certsrv/logging/event/ConfigSignedAuditEvent.java9
1 files changed, 6 insertions, 3 deletions
diff --git a/base/common/src/com/netscape/certsrv/logging/event/ConfigSignedAuditEvent.java b/base/common/src/com/netscape/certsrv/logging/event/ConfigSignedAuditEvent.java
index 32de44343..8d472ad67 100644
--- a/base/common/src/com/netscape/certsrv/logging/event/ConfigSignedAuditEvent.java
+++ b/base/common/src/com/netscape/certsrv/logging/event/ConfigSignedAuditEvent.java
@@ -17,18 +17,21 @@
// --- END COPYRIGHT BLOCK ---
package com.netscape.certsrv.logging.event;
-import com.netscape.certsrv.logging.AuditEvent;
+import com.netscape.certsrv.logging.SignedAuditEvent;
-public class ConfigSignedAuditEvent extends AuditEvent {
+public class ConfigSignedAuditEvent extends SignedAuditEvent {
private static final long serialVersionUID = 1L;
+ public final static String LOGGING_PROPERTY =
+ "LOGGING_SIGNED_AUDIT_CONFIG_SIGNED_AUDIT_3";
+
public ConfigSignedAuditEvent(
String subjectID,
String outcome,
String params) {
- super(CONFIG_SIGNED_AUDIT);
+ super(LOGGING_PROPERTY);
setParameters(new Object[] {
subjectID,