Class PagedResultsCookie
java.lang.Object
org.springframework.ldap.control.PagedResultsCookie
Deprecated.
Wrapper class for the cookie returned when using the
PagedResultsControl.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PagedResultsCookie
public PagedResultsCookie(byte[] cookie) Deprecated.Constructor.- Parameters:
cookie- the cookie returned by a PagedResultsResponseControl.
-
-
Method Details
-
getCookie
public byte[] getCookie()Deprecated.Get the cookie.- Returns:
- the cookie. This value may be
null, indicating that there are no more requests, or that the control wasn't supported by the server.
-
equals
-
hashCode
-
PagedResultsControlExchangeDirContextProcessor