Uses of Class
org.forgerock.jaspi.modules.session.jwt.AbstractJwtSessionModule
-
Packages that use AbstractJwtSessionModule Package Description org.forgerock.jaspi.modules.session.jwt This package contains classes for the Jwt Session JASPI Authentication Module. -
-
Uses of AbstractJwtSessionModule in org.forgerock.jaspi.modules.session.jwt
Subclasses of AbstractJwtSessionModule in org.forgerock.jaspi.modules.session.jwt Modifier and Type Class Description class
JwtSessionModule
A JASPI CHF Session Module which creates a JWT when securing the response from a successful authentication and sets it as a Cookie on the response.class
ServletJwtSessionModule
A JASPI Servlet API Session Module which creates a JWT when securing the response from a successful authentication and sets it as a Cookie on the response.
-