Separate LDIF and LDAP DAOs
[lgpl/argeo-commons.git] / org.argeo.util / src / org / argeo / util / directory / ldap / LdapEntry.java
index c145a6f0ab6e0f8258279011e4158fe685cf9ca9..3fa23e5f1bd32a5851892bd7e0b29df1f52d0fd3 100644 (file)
@@ -1,5 +1,7 @@
 package org.argeo.util.directory.ldap;
 
+import java.util.List;
+
 import javax.naming.directory.Attributes;
 import javax.naming.ldap.LdapName;
 
@@ -10,4 +12,5 @@ public interface LdapEntry {
 
        void publishAttributes(Attributes modifiedAttributes);
 
+       public List<LdapName> getReferences(String attributeId);
 }