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