Uses of Interface
org.forgerock.jaspi.modules.session.jwt.JwtSessionCookie
-
Packages that use JwtSessionCookie 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. -
-
Uses of JwtSessionCookie in org.forgerock.caf.http
Classes in org.forgerock.caf.http that implement JwtSessionCookie Modifier and Type Class Description class
Cookie
This class creates an API which bridges the differences between the Servlet 2.5 and 3.0 Cookie APIs, as the Servlet 2.5 API does not support HttpOnly cookies and provides no methods to create a HttpOnly cookie. -
Uses of JwtSessionCookie in org.forgerock.jaspi.modules.session.jwt
Classes in org.forgerock.jaspi.modules.session.jwt with type parameters of type JwtSessionCookie Modifier and Type Class Description class
AbstractJwtSessionModule<C extends JwtSessionCookie>
A JASPI Session Module which creates a JWT when securing the response from a successful authentication and sets it as a Cookie on the response.
-