Multi-referentials bind working
[lgpl/argeo-commons.git] / org.argeo.util / src / org / argeo / util / directory / ldap / LdapDirectoryDao.java
index a4e65998c5df1e9eb10b370aaae71066467ec6f0..f317800110db4c9e04808f95cbc396a392502d7e 100644 (file)
@@ -10,7 +10,9 @@ import org.argeo.util.directory.HierarchyUnit;
 import org.argeo.util.transaction.WorkingCopyProcessor;
 
 public interface LdapDirectoryDao extends WorkingCopyProcessor<LdapEntryWorkingCopy> {
-       Boolean entryExists(LdapName dn);
+       boolean checkConnection();
+
+       boolean entryExists(LdapName dn);
 
        LdapEntry doGetEntry(LdapName name) throws NameNotFoundException;