summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/common
diff options
context:
space:
mode:
authorFraser Tweedale <ftweedal@redhat.com>2015-11-02 01:43:26 -0500
committerFraser Tweedale <ftweedal@redhat.com>2016-03-01 18:58:12 -0500
commit2d7722f2c9b8230e79d258ad7aa1be1e87804518 (patch)
treeab9d7934c79d278055ffd1c212df2dd0b6359267 /base/common/src/com/netscape/certsrv/common
parentd706ddc9e915acabb7719670193b860fc0958dcd (diff)
downloadpki-2d7722f2c9b8230e79d258ad7aa1be1e87804518.tar.gz
pki-2d7722f2c9b8230e79d258ad7aa1be1e87804518.tar.xz
pki-2d7722f2c9b8230e79d258ad7aa1be1e87804518.zip
Lightweight CAs: add audit events
Add audit events for lightweight CA administration. Fixes: https://fedorahosted.org/pki/ticket/1590
Diffstat (limited to 'base/common/src/com/netscape/certsrv/common')
-rw-r--r--base/common/src/com/netscape/certsrv/common/ScopeDef.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/common/src/com/netscape/certsrv/common/ScopeDef.java b/base/common/src/com/netscape/certsrv/common/ScopeDef.java
index f689d1504..a06696e4b 100644
--- a/base/common/src/com/netscape/certsrv/common/ScopeDef.java
+++ b/base/common/src/com/netscape/certsrv/common/ScopeDef.java
@@ -41,6 +41,9 @@ public interface ScopeDef {
public final static String SC_ADMIN = "admin";
public final static String SC_NETWORK = "network";
+ // lightweight authorities
+ public final static String SC_AUTHORITY = "authority";
+
// profile
public final static String SC_PROFILE_IMPLS = "profile";
public final static String SC_PROFILE_RULES = "rules";