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