org.ldaptive.control.util
Interface CookieManager

All Known Implementing Classes:
DefaultCookieManager

public interface CookieManager

Interface for the reading and writing of control related cookies.

Version:
$Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
Author:
Middleware Services

Method Summary
 byte[] readCookie()
          Read and return a cookie from storage.
 void writeCookie(byte[] cookie)
          Writes a cookie to storage.
 

Method Detail

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


Copyright © 2003-2015 Virginia Tech. All Rights Reserved.