Improve user management
[lgpl/argeo-commons.git] / org.argeo.util / src / org / argeo / util / directory / HierarchyUnit.java
index 2673f16f0760cf04ad2f75ab6929d1418d5862ed..d35557784dd1f2e00ef5f1873c68b45a764f1721 100644 (file)
@@ -12,7 +12,11 @@ public interface HierarchyUnit {
 
        boolean isFunctional();
 
-       String getContext();
+       /**
+        * The base of this organisational unit within the hierarchy. This would
+        * typically be an LDAP base DN.
+        */
+       String getBase();
 
        Directory getDirectory();