Package org.springframework.ldap.control
Class PagedResultsCookie
- java.lang.Object
-
- org.springframework.ldap.control.PagedResultsCookie
-
public class PagedResultsCookie extends java.lang.ObjectWrapper class for the cookie returned when using thePagedResultsControl.
-
-
Constructor Summary
Constructors Constructor Description PagedResultsCookie(byte[] cookie)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)byte[]getCookie()Get the cookie.inthashCode()
-
-
-
Method Detail
-
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
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-