Package org.springframework.ldap.control
Class PagedResultsCookie
java.lang.Object
org.springframework.ldap.control.PagedResultsCookie
Wrapper class for the cookie returned when using the
PagedResultsControl
.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PagedResultsCookie
public PagedResultsCookie(byte[] cookie) Constructor.- Parameters:
cookie
- the cookie returned by a PagedResultsResponseControl.
-
-
Method Details
-
getCookie
public byte[] getCookie()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
public int hashCode()
-