Uses of Class
org.forgerock.json.jose.builders.AbstractJwtBuilder
-
Packages that use AbstractJwtBuilder Package Description org.forgerock.json.jose.builders Classes and interfaces for builder to build JWTs using a fluent API. -
-
Uses of AbstractJwtBuilder in org.forgerock.json.jose.builders
Subclasses of AbstractJwtBuilder in org.forgerock.json.jose.builders Modifier and Type Class Description class
EncryptedJwtBuilder
An implementation of a JwtBuilder that can build a JWT and encrypt it, resulting in an EncryptedJwt object.class
EncryptedThenSignedJwtBuilder
An implementation of a JwtBuilder that can build a JWT and encrypt it and nest it within another signed JWT, resulting in an SignedEncryptedJwt object.class
SignedEncryptedJwtBuilder
Deprecated.UseEncryptedThenSignedJwtBuilder
instead.class
SignedJwtBuilderImpl
An implementation of a JwtBuilder that can build a JWT and sign it, resulting in a SignedJwt object.class
SignedThenEncryptedJwtBuilder
Builder for nested signed-then-encrypted JWT.Methods in org.forgerock.json.jose.builders that return AbstractJwtBuilder Modifier and Type Method Description AbstractJwtBuilder
AbstractJwtBuilder. claims(JwtClaimsSet claimsSet)
Sets the JwtClaimsSet for this JwtBuilder.
-