Package | Description |
---|---|
netscape.ldap |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|