| Modifier and Type | Field and Description |
|---|---|
protected LdapEntryMapper |
UnboundidDirectoryProvider.defaultLdapEntryMapper
Defaults to an anon-inner class which handles
LDAPEntry(ies)
by passing them to UnboundidDirectoryProvider.mapLdapEntryOntoUserData(LDAPEntry), the
result of which is returned. |
| Modifier and Type | Method and Description |
|---|---|
protected List<LdapUserData> |
UnboundidDirectoryProvider.searchDirectory(String filter,
LdapEntryMapper passedMapper,
String[] searchResultPhysicalAttributeNames,
String unescapedSearchBaseDn,
int maxResults)
Execute a directory search using the specified filter
and connection.
|
protected Object |
UnboundidDirectoryProvider.searchDirectoryForSingleEntry(String filter,
LdapEntryMapper mapper,
String[] searchResultPhysicalAttributeNames,
String searchBaseDn)
Searches the directory for at most one entry matching the
specified filter.
|
Copyright © 2005–2019 Sakai Project Contributor see (see NOTICE.txt). All rights reserved.