Search interrogation
Some of the messages you can send to a successful LDAP search are:
countEntries –
Counts and answers the number of LdapEntry objects that a server returned. (See EsLdapExamples class>> exampleCountAllEntries.)
getFirstEntryWithAllAttributes –
Answer the first matching LDAP entry with all its attributes. (See EsLdapExamples class>> exampleFirstEntryWithAllAttributes.)
getFirstEntryWithAttributes: aCollection
Answer the first matching LDAP entry with just the attributes specified in aCollection. (See EsLdapExamples class>> exampleGetFirstEntryInPayrollWithSomeAttributes.)
getEntriesWithAttributes: aCollection
Answer a collection of all LDAP entries with just the attributes specified in aCollection. (See EsLdapExamples class>> exampleGetAllEntriesFromPayrollWithSomeAttributes.)
 
Last modified date: 05/25/2018