First draft of a drag and drop implementation to manage group. Implement create group...
[lgpl/argeo-commons.git] / org.argeo.security.ui.admin / src / org / argeo / security / ui / admin / internal / UserAdminConstants.java
index ab9f0fbe27d97e656b3b6802e3683c11662096ab..4dbb358f0963088c2628151b692ecb58a8289b33 100644 (file)
@@ -9,4 +9,6 @@ public interface UserAdminConstants {
        public final static String KEY_FIRSTNAME = "givenname";
        public final static String KEY_LASTNAME = "sn";
        public final static String KEY_MAIL = "mail";
+       public final static String KEY_DESC  = "description";
+
 }
\ No newline at end of file