Package org.ldaptive.control.util
Interface CookieManager
-
- All Known Implementing Classes:
DefaultCookieManager
public interface CookieManager
Interface for the reading and writing of control related cookies.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
readCookie()
Read and return a cookie from storage.void
writeCookie(byte[] cookie)
Writes a cookie to storage.
-