comparison 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
comparison
equal deleted inserted replaced
49:f30f42080711 50:64aa756c60cc
54 protected AnnotationStore store; 54 protected AnnotationStore store;
55 public static final String ANNSTORE_KEY = "annotationmanager.store"; 55 public static final String ANNSTORE_KEY = "annotationmanager.store";
56 56
57 protected String ldapServerUrl; 57 protected String ldapServerUrl;
58 public static final String LDAP_SERVER_KEY = "annotationmanager.ldapserver.url"; 58 public static final String LDAP_SERVER_KEY = "annotationmanager.ldapserver.url";
59
60 public static final String ADMIN_USER_KEY = "annotationmanager.admin.user";
61 public static final String ADMIN_PASSWORD_KEY = "annotationmanager.admin.password";
59 62
60 /** 63 /**
61 * constructor 64 * constructor
62 * 65 *
63 * @param context 66 * @param context