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:
@@ -49,7 +49,7 @@ public class AttributeCheckContextMapper implements ContextMapper {
|
||||
Assert.assertNull(adapter.getStringAttribute(absentAttributes[i]));
|
||||
}
|
||||
|
||||
return null;
|
||||
return adapter;
|
||||
}
|
||||
|
||||
public void setAbsentAttributes(String[] absentAttributes) {
|
||||
|
||||
Reference in New Issue
Block a user