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 | Class and 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.
|
Modifier and Type | Class and 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.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.