Package | Description |
---|---|
org.forgerock.json.jose.builders |
Classes and interfaces for builder to build JWTs using a fluent API.
|
Modifier and Type | Class and 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.
Use
EncryptedThenSignedJwtBuilder 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.
|
Modifier and Type | Method and Description |
---|---|
AbstractJwtBuilder |
AbstractJwtBuilder.claims(JwtClaimsSet claimsSet)
Sets the JwtClaimsSet for this JwtBuilder.
|
Copyright 2010-2022 ForgeRock AS.