Lazy loading of attributes
[lgpl/argeo-commons.git] / org.argeo.util / src / org / argeo / util / directory / ldap / LdapDirectoryDao.java
index 2739932767419d1d5825d658209cbe4e1be0ceda..81a86fd05f48a8412422e81755d8859725d7c058 100644 (file)
@@ -14,6 +14,8 @@ public interface LdapDirectoryDao extends WorkingCopyProcessor<LdapEntryWorkingC
 
        LdapEntry doGetEntry(LdapName name) throws NameNotFoundException;
 
+       Attributes doGetAttributes(LdapName name);
+
        List<LdapEntry> doGetEntries(LdapName searchBase, String filter, boolean deep);
 
        List<LdapName> getDirectGroups(LdapName dn);