Package org.forgerock.jaspi.modules.session.jwt
package org.forgerock.jaspi.modules.session.jwt
This package contains classes for the Jwt Session JASPI Authentication Module.
-
ClassDescriptionAbstractJwtSessionModule<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.A
JwtCryptographyHandlerthat ensures confidentiality and authenticity of data using authenticated encryption algorithms.A cryptography handler that tries multipleJwtCryptographyHandlers in turn for decryption.An abstraction of the cryptographic operations that the JWT session modules will need to do to create a read JWTs.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.Deprecated.Deprecated.TheAuthenticatedEncryptionCryptographyHandlershould be preferred.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.
AuthenticatedEncryptionCryptographyHandlershould be preferred.