Package org.springframework.ldap.control
Class PagedResultsCookie
- java.lang.Object
-
- org.springframework.ldap.control.PagedResultsCookie
-
public class PagedResultsCookie extends java.lang.Object
Wrapper 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 boolean
equals(java.lang.Object o)
byte[]
getCookie()
Get the cookie.int
hashCode()
-
-
-
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-