|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LDAPSearchResults | |
|---|---|
| netscape.ldap | |
| Uses of LDAPSearchResults in netscape.ldap |
|---|
| Methods in netscape.ldap that return LDAPSearchResults | |
|---|---|
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 |
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 |
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. |
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. |
| Methods in netscape.ldap with parameters of type LDAPSearchResults | |
|---|---|
void |
LDAPv2.abandon(LDAPSearchResults results)
Notifies the server to not send additional results associated with this LDAPSearchResults object, and discards any results already
received. |
void |
LDAPConnection.abandon(LDAPSearchResults searchResults)
Abandons a current search operation, notifying the server not to send additional search results. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||