| Package | Description |
|---|---|
| org.apache.directory.server.ldap |
Contains the entry point for the LDAP protocol provider and the
session registry.
|
| org.apache.directory.server.ldap.handlers.request |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.Integer,PagedSearchContext> |
LdapSession.pagedSearchContexts
A map containing all the paged search context
|
| Modifier and Type | Method and Description |
|---|---|
PagedSearchContext |
LdapSession.getPagedSearchContext(int contextId)
Get paged search context associated with an ID
|
PagedSearchContext |
LdapSession.removePagedSearchContext(int contextId)
Remove a Paged Search context from the map storing all of them.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LdapSession.addPagedSearchContext(PagedSearchContext context)
Add a new Paged Search context into the stored context.
|
| Modifier and Type | Method and Description |
|---|---|
private PagedSearchContext |
SearchRequestHandler.removeContext(LdapSession session,
PagedSearchContext cookieInstance)
Remove a cookie instance from the session, if it exists.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
SearchRequestHandler.readPagedResults(LdapSession session,
org.apache.directory.api.ldap.model.message.SearchRequest req,
org.apache.directory.api.ldap.model.message.LdapResult ldapResult,
org.apache.directory.api.ldap.model.cursor.Cursor<org.apache.directory.api.ldap.model.entry.Entry> cursor,
long sizeLimit,
int pagedLimit,
PagedSearchContext pagedContext,
org.apache.directory.api.ldap.codec.controls.search.pagedSearch.PagedResultsDecorator pagedResultsControl) |
private PagedSearchContext |
SearchRequestHandler.removeContext(LdapSession session,
PagedSearchContext cookieInstance)
Remove a cookie instance from the session, if it exists.
|