Package org.forgerock.json.jose.jwt
Classes and interfaces for JWTs.
-
Interface Summary Interface Description Algorithm The interface for each possible algorithm that can be used to sign and/or encrypt a JWT.Jwt The interface for all types of JSON Web Tokens (JWTs).Payload The interface represents the body of a JWT. -
Class Summary Class Description JWObject A base implementation class for a JSON Web object.JwtClaimsSet An implementation that holds a JWT's Claims Set.JwtHeader A base implementation class for JWT Headers.JwtType A type that stores the media/jwt types for JWTs. -
Enum Summary Enum Description JwtClaimsSetKey An Enum for the JWT Claims Set names.JwtHeaderKey An Enum for the JWT Header parameter names.