|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.control.util.DefaultCookieManager
public class DefaultCookieManager
Cookie manager that stores a cookie in memory.
| Constructor Summary | |
|---|---|
DefaultCookieManager()
Creates a new default cookie manager. |
|
DefaultCookieManager(byte[] b)
Creates a new default cookie manager. |
|
| Method Summary | |
|---|---|
byte[] |
readCookie()
Read and return a cookie from storage. |
void |
writeCookie(byte[] b)
Writes a cookie to storage. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultCookieManager()
public DefaultCookieManager(byte[] b)
b - control cookie| Method Detail |
|---|
public byte[] readCookie()
readCookie in interface CookieManagerpublic void writeCookie(byte[] b)
writeCookie in interface CookieManagerb - to write
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||