Uses of Class
org.forgerock.json.jose.builders.JwtBuilderFactory
-
Packages that use JwtBuilderFactory Package Description org.forgerock.jaspi.modules.session.jwt This package contains classes for the Jwt Session JASPI Authentication Module. -
-
Uses of JwtBuilderFactory in org.forgerock.jaspi.modules.session.jwt
Methods in org.forgerock.jaspi.modules.session.jwt with parameters of type JwtBuilderFactory Modifier and Type Method Description String
AuthenticatedEncryptionCryptographyHandler. buildJwt(JwtBuilderFactory jwtBuilderFactory, JwtClaimsSet claimsSet)
String
FallbackJwtCryptographyHandler. buildJwt(JwtBuilderFactory jwtBuilderFactory, JwtClaimsSet claimsSet)
default String
JwtCryptographyHandler. buildJwt(JwtBuilderFactory jwtBuilderFactory, JwtClaimsSet claimsSet)
Builds a JWT with the given claims set.Jwt
AuthenticatedEncryptionCryptographyHandler. decryptAndVerify(JwtBuilderFactory jwtBuilderFactory, String jwt)
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.EncryptedJwtBuilder
FallbackJwtCryptographyHandler. jwe(JwtBuilderFactory jwtbuilder)
Deprecated.default EncryptedJwtBuilder
JwtCryptographyHandler. jwe(JwtBuilderFactory jwtbuilder)
Deprecated.EncryptedJwtBuilder
KeyStoreJwtCryptographyHandler. jwe(JwtBuilderFactory jwtBuilderFactory)
Deprecated.EncryptedJwtBuilder
SecretsProviderJwtCryptographyHandler. jwe(JwtBuilderFactory jwtBuilderFactory)
Deprecated.Constructors in org.forgerock.jaspi.modules.session.jwt with parameters of type JwtBuilderFactory Constructor Description JwtSessionModule(JwtBuilderFactory jwtBuilderFactory)
Constructs an instance of the JwtSessionModule.JwtSessionModule(JwtBuilderFactory jwtBuilderFactory, JwtCryptographyHandler jwtCryptographyHandler)
Constructs an instance of the JwtSessionModule.ServletJwtSessionModule(JwtBuilderFactory jwtBuilderFactory)
Constructs an instance of the ServletJwtSessionModule.ServletJwtSessionModule(JwtBuilderFactory jwtBuilderFactory, JwtCryptographyHandler jwtCryptographyHandler)
Constructs an instance of the ServletJwtSessionModule.
-