Add authorizations to JCR
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.core / src / main / java / org / argeo / security / UserAdminService.java
index 5fc482f903fdb4028c2698232b56f1a9124e61de..4babb87a03c7c40e687802412cc2956fa0402de6 100644 (file)
@@ -42,6 +42,9 @@ public interface UserAdminService {
 
        public void deleteUser(String username);
 
+       /** Synchronize with the underlying DAO. */
+       public void synchronize();
+
        /*
         * ROLES
         */