Uses of Class
org.forgerock.json.jose.builders.SignedJwtBuilderImpl
Package
Description
Classes and interfaces for builder to build JWTs using a fluent API.
Provides JWT capabilities to the Identity Gateway.
-
Uses of SignedJwtBuilderImpl in org.forgerock.json.jose.builders
Modifier and TypeMethodDescriptionSignedJwtBuilderImpl.claims
(JwtClaimsSet claimsSet) Sets the JwtClaimsSet for this JwtBuilder.JwtBuilderFactory.jws
(SigningHandler signingHandler) Creates a builder for building a signed JWT into a base64url UTF-8 encoded JWT string.JwtBuilderFactory.jwt()
Deprecated.This method provides no security at all and shouldn't be used.ModifierConstructorDescriptionJwsHeaderBuilder
(SignedJwtBuilderImpl jwtBuilder) Constructs a new JwsHeaderBuilder, parented by the given JwtBuilder. -
Uses of SignedJwtBuilderImpl in org.forgerock.openig.tools.jwt.factory
Modifier and TypeMethodDescriptionprotected Promise<SignedJwtBuilderImpl,
NoSuchSecretException> SignedJwtFactory.jwtBuilder()