Uses of Class
netscape.ldap.LDAPSearchResults
Packages that use LDAPSearchResults
-
Uses of LDAPSearchResults in netscape.ldap
Methods in netscape.ldap that return LDAPSearchResultsModifier and TypeMethodDescriptionPerforms the search specified by the criteria that you enter.LDAPConnection.search
(String base, int scope, String filter, String[] attrs, boolean attrsOnly, LDAPSearchConstraints cons) Performs the search specified by the criteria that you enter.static LDAPSearchResults
Performs the search specified by the LDAP URL.static LDAPSearchResults
LDAPConnection.search
(LDAPUrl toGet, LDAPSearchConstraints cons) Performs the search specified by the LDAP URL.Searches for entries in the directory.LDAPv2.search
(String base, int scope, String filter, String[] attrs, boolean attrsOnly, LDAPSearchConstraints cons) Searches for entries in the directory.Methods in netscape.ldap with parameters of type LDAPSearchResultsModifier and TypeMethodDescriptionvoid
LDAPConnection.abandon
(LDAPSearchResults searchResults) Abandons a current search operation, notifying the server not to send additional search results.void
LDAPv2.abandon
(LDAPSearchResults results) Notifies the server to not send additional results associated with thisLDAPSearchResults
object, and discards any results already received.