Uses of Interface
org.forgerock.json.jose.builders.JwtBuilder
-
Packages that use JwtBuilder Package Description org.forgerock.json.jose.builders Classes and interfaces for builder to build JWTs using a fluent API. -
-
Uses of JwtBuilder in org.forgerock.json.jose.builders
Classes in org.forgerock.json.jose.builders with type parameters of type JwtBuilder Modifier and Type Class Description classJwtHeaderBuilder<T extends JwtBuilder,B extends JwtHeaderBuilder<T,B>>A base implementation of a JWT header builder that provides a fluent builder pattern to creating JWT headers.classJwtSecureHeaderBuilder<T extends JwtBuilder,B extends JwtSecureHeaderBuilder<T,B>>A base implementation of a JWT header builder, for the common security header parameters shared by the JWS and JWE headers, that provides a fluent builder pattern to creating JWT headers.Subinterfaces of JwtBuilder in org.forgerock.json.jose.builders Modifier and Type Interface Description interfaceSignedJwtBuilderA base interface for both SignedJwtBuilder and SignedEncryptedJwtBuilder to create Signed JWTs and Signed and Encrypted JWTs.Classes in org.forgerock.json.jose.builders that implement JwtBuilder Modifier and Type Class Description classAbstractJwtBuilderA base implementation for all JwtBuilders that provides the basis of the JWT builder methods.classEncryptedJwtBuilderAn implementation of a JwtBuilder that can build a JWT and encrypt it, resulting in an EncryptedJwt object.classEncryptedThenSignedJwtBuilderAn implementation of a JwtBuilder that can build a JWT and encrypt it and nest it within another signed JWT, resulting in an SignedEncryptedJwt object.classSignedEncryptedJwtBuilderDeprecated.UseEncryptedThenSignedJwtBuilderinstead.classSignedJwtBuilderImplAn implementation of a JwtBuilder that can build a JWT and sign it, resulting in a SignedJwt object.classSignedThenEncryptedJwtBuilderBuilder for nested signed-then-encrypted JWT.
-