Uses of Class
org.forgerock.json.jose.builders.JwtClaimsSetBuilder
Package
Description
Classes and interfaces for builder to build JWTs using a fluent API.
-
Uses of JwtClaimsSetBuilder in org.forgerock.json.jose.builders
Modifier and TypeMethodDescriptionSets the JWT's intended audience list in the Claims Set.Adds a custom claim to the JWT Claims Set.JwtBuilderFactory.claims()
Creates a builder for building a JWT Claims Set to be used in the building of JWTs.Sets all of the claims the JWT Claims Set with the values contained in the specified map.Sets the expiration time of the JWT in the Claims Set.Sets the time the JWT was issued at, in the Claims Set.Sets the issuer this JWT was issued by.Sets the issuer this JWT was issued by.Sets the unique ID of the JWT.Sets the time the JWT is not allowed to be processed before, in the Claims Set.Sets the subject this JWT is issued to.Sets the subject this JWT is issued to.Sets the type of the contents of the Claims Set.