Package | Description |
---|---|
org.forgerock.caf.http |
HTTP support for CAF.
|
org.forgerock.jaspi.modules.session.jwt |
This package contains classes for the Jwt Session JASPI Authentication Module.
|
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
Cookie s 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 © 2010-2018, ForgeRock All Rights Reserved.