| Package | Description |
|---|---|
| org.forgerock.caf.http | |
| org.forgerock.jaspi.modules.session.jwt |
| Modifier and Type | Method and Description |
|---|---|
static Cookie |
Cookie.newCookie(String name,
String value)
Creates a new
Cookie with the provided name and value. |
| Modifier and Type | Method and Description |
|---|---|
static Set<Cookie> |
Cookie.getCookies(javax.servlet.http.HttpServletRequest request)
Gets all of the
Cookies from the provided HttpServletRequest. |
| Modifier and Type | Method and Description |
|---|---|
static void |
Cookie.addCookie(Cookie cookie,
javax.servlet.http.HttpServletResponse resp)
Adds the provided cookie to the provided
HttpServletResponse as a 'Set-Cookie' header. |
| Modifier and Type | Method and Description |
|---|---|
static void |
Cookie.addCookies(Collection<Cookie> cookies,
javax.servlet.http.HttpServletResponse resp)
Adds the provided cookies to the provided
HttpServletResponse as a 'Set-Cookie' header. |
| Modifier and Type | Method and Description |
|---|---|
Cookie |
ServletJwtSessionModule.findJwtSessionCookie(javax.security.auth.message.MessageInfo messageInfo)
Find a session cookie in the given message info.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.