diff src/main/java/de/mpiwg/itgroup/annotations/restlet/BaseRestlet.java @ 50:64aa756c60cc

annotations ui can show and delete annotations now.
author casties
date Thu, 27 Sep 2012 17:12:08 +0200
parents b1fb0d117877
children 4efb21cf0ce0
line wrap: on
line diff
--- a/src/main/java/de/mpiwg/itgroup/annotations/restlet/BaseRestlet.java	Thu Sep 27 12:39:15 2012 +0200
+++ b/src/main/java/de/mpiwg/itgroup/annotations/restlet/BaseRestlet.java	Thu Sep 27 17:12:08 2012 +0200
@@ -57,6 +57,9 @@
     protected String ldapServerUrl;
     public static final String LDAP_SERVER_KEY = "annotationmanager.ldapserver.url";
 
+    public static final String ADMIN_USER_KEY = "annotationmanager.admin.user";
+    public static final String ADMIN_PASSWORD_KEY = "annotationmanager.admin.password";
+
     /**
      * constructor
      *