Introduce system roles
[lgpl/argeo-commons.git] / org.argeo.util / src / org / argeo / osgi / useradmin / UserDirectory.java
index 727d9295da9e61fbb5d54e6b46e58327d31d4b25..18bb1a0a6eb6987e08c11c34633362f8aa2e7e57 100644 (file)
@@ -11,7 +11,7 @@ public interface UserDirectory {
         * The base of the hierarchy defined by this directory. This could typically be
         * an LDAP base DN.
         */
-       String getGlobalId();
+       String getContext();
        
        String getName();
 
@@ -35,7 +35,7 @@ public interface UserDirectory {
 
        Optional<String> getRealm();
 
-       Iterable<HierarchyUnit> getRootHierarchyUnits(boolean functionalOnly);
+       Iterable<HierarchyUnit> getDirectHierarchyUnits(boolean functionalOnly);
 
        HierarchyUnit getHierarchyUnit(String path);