public class MockLdapClientImpl extends Object implements LdapClient
URN_IDENTIFIER| Constructor and Description |
|---|
MockLdapClientImpl() |
| Modifier and Type | Method and Description |
|---|---|
Person |
findPerson(String identifier)
Find the Person in the LDAP.
|
List<Person> |
findPersons(Collection<String> identifiers)
Find the Persons in the LDAP.
|
public Person findPerson(String identifier)
LdapClientfindPerson in interface LdapClientidentifier - unqiue identifier of the Personpublic List<Person> findPersons(Collection<String> identifiers)
LdapClientfindPersons in interface LdapClientCopyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.