Added methods for 'simple' bind authentication in LdapTemplate (LdapOperations, SimpleLdapOperations and SimpleLdapTemplate as well).

Introduced new callback interface for use with certain authentication methods.
Added LdapEntryIdentification to wrap the full identification of an LDAP entry (absolute and relative DNs)
Added LdapEntryIdentificationContextMapper.
This commit is contained in:
Mattias Arthursson
2008-11-18 14:10:27 +00:00
parent 0819e34ab6
commit e910acfbba
12 changed files with 3300 additions and 2867 deletions

View File

@@ -49,7 +49,7 @@ public class AttributeCheckContextMapper implements ContextMapper {
Assert.assertNull(adapter.getStringAttribute(absentAttributes[i]));
}
return null;
return adapter;
}
public void setAbsentAttributes(String[] absentAttributes) {