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
Modifier and TypeMethodDescriptionbyte[]
Read and return a cookie from storage.void
writeCookie
(byte[] cookie) Writes a cookie to storage.
-
Method Details
-
readCookie
byte[] readCookie()Read and return a cookie from storage.- Returns:
- cookie read from storage
-
writeCookie
void writeCookie(byte[] cookie) Writes a cookie to storage.- Parameters:
cookie
- to write
-