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 LDAPSearchResults
LDAPConnection. 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.LDAPSearchResults
LDAPConnection. 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 LDAPSearchResults
LDAPConnection. search(LDAPUrl toGet)
Performs the search specified by the LDAP URL.static LDAPSearchResults
LDAPConnection. search(LDAPUrl toGet, LDAPSearchConstraints cons)
Performs the search specified by the LDAP URL.LDAPSearchResults
LDAPv2. search(java.lang.String base, int scope, java.lang.String filter, java.lang.String[] attrs, boolean attrsOnly)
Searches for entries in the directory.LDAPSearchResults
LDAPv2. 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 void
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.
-