Frames | No Frames |
Methods with parameter type netscape.ldap.LDAPSearchResults | |
void | Abandons a current search operation, notifying the server not
to send additional search results. |
void | Notifies the server to not send additional results associated with this
LDAPSearchResults object, and discards any results already
received. |
Methods with return type netscape.ldap.LDAPSearchResults | |
LDAPSearchResults | LDAPConnection.search(String base, int scope, String filter, String[] attrs, boolean attrsOnly) Performs the search specified by the criteria that you enter. |
LDAPSearchResults | Searches for entries in the directory. |
LDAPSearchResults | LDAPConnection.search(String base, int scope, String filter, String[] attrs, boolean attrsOnly, LDAPSearchConstraints cons) Performs the search specified by the criteria that you enter. |
LDAPSearchResults | LDAPv2.search(String base, int scope, String filter, String[] attrs, boolean attrsOnly, LDAPSearchConstraints cons) Searches for entries in the directory. |
LDAPSearchResults | Performs the search specified by the LDAP URL. |
LDAPSearchResults | Performs the search specified by the LDAP URL. |