Uses of Class
org.forgerock.caf.http.Cookie
Packages that use 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
Methods in org.forgerock.caf.http that return CookieModifier and TypeMethodDescriptionstatic Cookie
Creates a newCookie
with the provided name and value.Methods in org.forgerock.caf.http that return types with arguments of type CookieModifier and TypeMethodDescriptionCookie.getCookies
(javax.servlet.http.HttpServletRequest request) Gets all of theCookie
s from the providedHttpServletRequest
.Methods in org.forgerock.caf.http with parameters of type CookieModifier and TypeMethodDescriptionstatic void
Adds the provided cookie to the providedHttpServletResponse
as a 'Set-Cookie' header.Method parameters in org.forgerock.caf.http with type arguments of type CookieModifier 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
Methods in org.forgerock.jaspi.modules.session.jwt that return CookieModifier and TypeMethodDescriptionServletJwtSessionModule.findJwtSessionCookie
(javax.security.auth.message.MessageInfo messageInfo) Find a session cookie in the given message info.