]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/dbObjects/Group.java
add: implement + test api for find-an-agent-system
[gigi.git] / src / org / cacert / gigi / dbObjects / Group.java
index 16cde6c1aa9e197268943fa3f2cb0e90d8f2b983..d5d38efde66a175172b88f2c0448d860d2cb8b2f 100644 (file)
@@ -11,7 +11,7 @@ public enum Group {
     BLOCKEDLOGIN("blockedlogin", "may not login"), BLOCKEDCERT("blockedcert", "may not issue certificates"), //
     TTP_ASSURER("ttp-assurer", "may assure via TTP"), TTP_APPLICANT("ttp-applicant", "requests to be assured via ttp"), //
     CODESIGNING("codesigning", "may issue codesigning certificates"), ORGASSURER("orgassurer", "may assure organisations"), //
-    NUCLEUS_ASSURER("nucleus-assurer", "may issue nucleus assurances");
+    NUCLEUS_ASSURER("nucleus-assurer", "may issue nucleus assurances"), LOCATE_AGENT("locate-agent", "wants access to the locate agent system");
 
     private final String dbName;