Uses of Interface
org.sakaiproject.unboundid.LdapEntryMapper
-
-
Uses of LdapEntryMapper in org.sakaiproject.unboundid
Fields in org.sakaiproject.unboundid declared as LdapEntryMapper Modifier and Type Field Description protected LdapEntryMapperUnboundidDirectoryProvider. defaultLdapEntryMapperDefaults to an anon-inner class which handlesLDAPEntry(ies) by passing them toUnboundidDirectoryProvider.mapLdapEntryOntoUserData(LDAPEntry), the result of which is returned.Methods in org.sakaiproject.unboundid with parameters of type LdapEntryMapper Modifier and Type Method 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 ObjectUnboundidDirectoryProvider. searchDirectoryForSingleEntry(String filter, LdapEntryMapper mapper, String[] searchResultPhysicalAttributeNames, String searchBaseDn)Searches the directory for at most one entry matching the specified filter.
-