Uses of Interface
org.forgerock.jaspi.modules.session.jwt.JwtCryptographyHandler
-
Packages that use JwtCryptographyHandler Package Description org.forgerock.jaspi.modules.session.jwt This package contains classes for the Jwt Session JASPI Authentication Module. -
-
Uses of JwtCryptographyHandler in org.forgerock.jaspi.modules.session.jwt
Classes in org.forgerock.jaspi.modules.session.jwt that implement JwtCryptographyHandler Modifier and Type Class Description class
AuthenticatedEncryptionCryptographyHandler
AJwtCryptographyHandler
that ensures confidentiality and authenticity of data using authenticated encryption algorithms.class
FallbackJwtCryptographyHandler
A cryptography handler that tries multipleJwtCryptographyHandler
s in turn for decryption.class
KeyStoreJwtCryptographyHandler
Deprecated.TheAuthenticatedEncryptionCryptographyHandler
should be preferred.class
SecretsProviderJwtCryptographyHandler
Deprecated.TheAuthenticatedEncryptionCryptographyHandler
should be preferred.Constructors in org.forgerock.jaspi.modules.session.jwt with parameters of type JwtCryptographyHandler Constructor Description FallbackJwtCryptographyHandler(JwtCryptographyHandler preferredHandler, JwtCryptographyHandler fallbackHandler)
Initializes the handler with the given preferred and fallback handlers.JwtSessionModule(JwtCryptographyHandler jwtCryptographyHandler)
Constructs an instance of the JwtSessionModule.JwtSessionModule(JwtBuilderFactory jwtBuilderFactory, JwtCryptographyHandler jwtCryptographyHandler)
Constructs an instance of the JwtSessionModule.ServletJwtSessionModule(JwtCryptographyHandler jwtCryptographyHandler)
Constructs an instance of the ServletJwtSessionModule.ServletJwtSessionModule(JwtBuilderFactory jwtBuilderFactory, JwtCryptographyHandler jwtCryptographyHandler)
Constructs an instance of the ServletJwtSessionModule.
-