| Package | Description |
|---|---|
| org.pac4j.core.context |
| Modifier and Type | Method and Description |
|---|---|
static Cookie |
ContextHelper.getCookie(Collection<Cookie> cookies,
String name)
Get a specific cookie by its name.
|
static Cookie |
ContextHelper.getCookie(WebContext context,
String name)
Get a specific cookie by its name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Cookie> |
WebContext.getRequestCookies()
Retrieves request cookies.
|
Collection<Cookie> |
J2EContext.getRequestCookies() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebContext.addResponseCookie(Cookie cookie)
Adds cookies to the response
|
void |
J2EContext.addResponseCookie(Cookie cookie) |
| Modifier and Type | Method and Description |
|---|---|
static Cookie |
ContextHelper.getCookie(Collection<Cookie> cookies,
String name)
Get a specific cookie by its name.
|
Copyright © 2017. All Rights Reserved.