Package org.ldaptive.control.util
Interface CookieManager
-
- All Known Implementing Classes:
DefaultCookieManager
public interface CookieManagerInterface 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.voidwriteCookie(byte[] cookie)Writes a cookie to storage.
-