Uses of Class
org.forgerock.caf.http.Cookie
Package
Description
HTTP support for CAF.
This package contains classes for the Jwt Session JASPI Authentication Module.
-
Uses of Cookie in org.forgerock.caf.http
Modifier and TypeMethodDescriptionstatic Cookie
Creates a newCookie
with the provided name and value.Modifier and TypeMethodDescriptionCookie.getCookies
(javax.servlet.http.HttpServletRequest request) Gets all of theCookie
s from the providedHttpServletRequest
.Modifier and TypeMethodDescriptionstatic void
Adds the provided cookie to the providedHttpServletResponse
as a 'Set-Cookie' header.Modifier and TypeMethodDescriptionstatic void
Cookie.addCookies
(Collection<Cookie> cookies, javax.servlet.http.HttpServletResponse resp) Adds the provided cookies to the providedHttpServletResponse
as a 'Set-Cookie' header. -
Uses of Cookie in org.forgerock.jaspi.modules.session.jwt
Modifier and TypeMethodDescriptionServletJwtSessionModule.findJwtSessionCookie
(javax.security.auth.message.MessageInfo messageInfo) Find a session cookie in the given message info.