public class LdapClientImpl extends Object implements LdapClient
URN_IDENTIFIER| Constructor and Description |
|---|
LdapClientImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected Person |
convertLdapProperties(Person person,
Attributes attributes) |
Person |
findPerson(String identifier)
Find the Person in the LDAP.
|
List<Person> |
findPersons(Collection<String> identifiers)
Find the Persons in the LDAP.
|
void |
setEngineBlock(EngineBlock engineBlock) |
void |
setLdapOperations(org.springframework.ldap.core.LdapOperations ldapOperations) |
public Person findPerson(String identifier)
findPerson in interface LdapClientidentifier - unique identifier of the Personpublic List<Person> findPersons(Collection<String> identifiers)
LdapClientfindPersons in interface LdapClientprotected Person convertLdapProperties(Person person, Attributes attributes)
public void setLdapOperations(org.springframework.ldap.core.LdapOperations ldapOperations)
ldapOperations - the ldapOperations to setpublic void setEngineBlock(EngineBlock engineBlock)
engineBlock - the engineBlock to setCopyright © 2009–2013 SURFnet bv, The Netherlands. All rights reserved.