Uses of Interface
org.forgerock.json.jose.jwt.Jwt
Package
Description
This package contains classes for the Jwt Session JASPI Authentication Module.
Classes and interfaces for builder to build JWTs using a fluent API.
Common classes and interfaces for all types of JWTs.
Classes and interfaces for JWT encryption and JWEs.
Classes and interfaces for JWT signing and JWS'.
Classes and interfaces for JWTs.
This package contains classes to generate Open ID Resolvers, which can
validate a supplied JWS against an Open ID Connect provider.
-
Uses of Jwt in org.forgerock.jaspi.modules.session.jwt
Modifier and TypeMethodDescriptionAuthenticatedEncryptionCryptographyHandler.decryptAndVerify
(JwtBuilderFactory jwtBuilderFactory, String jwt) FallbackJwtCryptographyHandler.decryptAndVerify
(JwtBuilderFactory jwtBuilderFactory, String jwt) default Jwt
JwtCryptographyHandler.decryptAndVerify
(JwtBuilderFactory jwtBuilderFactory, String jwt) Decrypts and verifies that the JWT is authentic in a single step.AbstractJwtSessionModule.validateJwtSessionCookie
(javax.security.auth.message.MessageInfo messageInfo) Validates if the Jwt Session Cookie is valid and the idle timeout or max life has expired.ServletJwtSessionModule.validateJwtSessionCookie
(javax.security.auth.message.MessageInfo messageInfo) Modifier and TypeMethodDescriptionprotected String
AbstractJwtSessionModule.rebuildEncryptedJwt
(Jwt jwt) Recreates the Encrypted Session Jwt. -
Uses of Jwt in org.forgerock.json.jose.builders
Modifier and TypeMethodDescription<T extends Jwt>
TJwtBuilderFactory.reconstruct
(String jwtString, Class<T> jwtClass) Reconstructs the given JWT string into a JWT object of the specified type. -
Uses of Jwt in org.forgerock.json.jose.common
Modifier and TypeMethodDescription<T extends Jwt>
TJwtReconstruction.reconstructJwt
(String jwtString, Class<T> jwtClass) Reconstructs the given JWT string into a JWT object of the specified type. -
Uses of Jwt in org.forgerock.json.jose.jwe
Modifier and TypeClassDescriptionclass
A JWE implementation of theJwt
interface.class
A nested signed-then-encrypted JWT. -
Uses of Jwt in org.forgerock.json.jose.jws
Modifier and TypeClassDescriptionclass
An implementation of a JWS with a nested JWE as its payload.class
Deprecated.class
A JWS implementation of theJwt
interface. -
Uses of Jwt in org.forgerock.json.jose.jwt
-
Uses of Jwt in org.forgerock.oauth.resolvers
Modifier and TypeInterfaceDescriptioninterface
GenericOpenIdResolver<J extends Jwt>
Validation of Open ID Connect JWTs via verification of their internals (issuer, audience, signature, etc.).
EncryptedThenSignedJwt
instead.