org.springframework.ldap.control
Class PagedResultsCookie
java.lang.Object
org.springframework.ldap.control.PagedResultsCookie
public class PagedResultsCookie
- extends Object
Wrapper class for the cookie returned when using the
PagedResultsControl
.
- Author:
- Mattias Hellborg Arthursson, Ulrik Sandberg
PagedResultsCookie
public PagedResultsCookie(byte[] cookie)
- Constructor.
- Parameters:
cookie
- the cookie returned by a PagedResultsResponseControl.
getCookie
public byte[] getCookie()
- Get the cookie.
- Returns:
- the cookie.
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object