Uses of Class
netscape.ldap.LDAPSearchResults
-
Packages that use LDAPSearchResults Package Description netscape.ldap -
-
Uses of LDAPSearchResults in netscape.ldap
Methods in netscape.ldap that return LDAPSearchResults Modifier and Type Method Description LDAPSearchResultsLDAPConnection. search(java.lang.String base, int scope, java.lang.String filter, java.lang.String[] attrs, boolean attrsOnly)Performs the search specified by the criteria that you enter.LDAPSearchResultsLDAPConnection. search(java.lang.String base, int scope, java.lang.String filter, java.lang.String[] attrs, boolean attrsOnly, LDAPSearchConstraints cons)Performs the search specified by the criteria that you enter.static LDAPSearchResultsLDAPConnection. search(LDAPUrl toGet)Performs the search specified by the LDAP URL.static LDAPSearchResultsLDAPConnection. search(LDAPUrl toGet, LDAPSearchConstraints cons)Performs the search specified by the LDAP URL.LDAPSearchResultsLDAPv2. search(java.lang.String base, int scope, java.lang.String filter, java.lang.String[] attrs, boolean attrsOnly)Searches for entries in the directory.LDAPSearchResultsLDAPv2. search(java.lang.String base, int scope, java.lang.String filter, java.lang.String[] attrs, boolean attrsOnly, LDAPSearchConstraints cons)Searches for entries in the directory.Methods in netscape.ldap with parameters of type LDAPSearchResults Modifier and Type Method Description voidLDAPConnection. abandon(LDAPSearchResults searchResults)Abandons a current search operation, notifying the server not to send additional search results.voidLDAPv2. abandon(LDAPSearchResults results)Notifies the server to not send additional results associated with thisLDAPSearchResultsobject, and discards any results already received.
-