| Package | Description |
|---|---|
| org.springframework.ldap.control |
Support classes for custom request control context processors.
|
| Modifier and Type | Method and Description |
|---|---|
PagedResultsCookie |
PagedResultsRequestControl.getCookie()
Deprecated.
Get the cookie.
|
PagedResultsCookie |
PagedResultsDirContextProcessor.getCookie()
Get the cookie.
|
PagedResultsCookie |
PagedResult.getCookie()
Get the cookie.
|
| Constructor and Description |
|---|
PagedResult(List resultList,
PagedResultsCookie cookie)
Constructs a PagedResults using the supplied List and
PagedResultsCookie. |
PagedResultsDirContextProcessor(int pageSize,
PagedResultsCookie cookie)
Constructs a new instance with the supplied page size and cookie.
|
PagedResultsRequestControl(int pageSize,
PagedResultsCookie cookie)
Deprecated.
Constructs a new instance with the supplied page size and cookie.
|
Copyright © 2005–2021 The Spring LDAP Framework. All rights reserved.