Improve user management
[lgpl/argeo-commons.git] / org.argeo.util / src / org / argeo / util / directory / Directory.java
index 11e8e6285e64bcb0bf809e5adc22e2c56a76b953..9e564ced9d339ba1255f23ce3bf389782831454d 100644 (file)
@@ -7,12 +7,6 @@ import org.argeo.util.transaction.WorkControl;
 
 /** An information directory (typicylly LDAP). */
 public interface Directory extends HierarchyUnit {
-       /**
-        * The base of the hierarchy defined by this directory. This could typically be
-        * an LDAP base DN.
-        */
-       String getContext();
-
        String getName();
 
        /** Whether this directory is read only. */