Uses of Package
io.inverno.mod.security.jose.jwt
Packages that use io.inverno.mod.security.jose.jwt
Package
Description
JSON Object Signing and Encryption payload converters.
JSON Web Token API.
-
Classes in io.inverno.mod.security.jose.jwt used by io.inverno.mod.security.joseClassDescriptionThe JWT Service is the main entry point for creating and reading JSON Web token objects.
-
Classes in io.inverno.mod.security.jose.jwt used by io.inverno.mod.security.jose.jwtClassDescriptionThrown by a
JWTClaimsSetduring validation to indicate that a JWT claim set is invalid.Thrown by aJWTClaimsSetto indicate an error while building a JWT claim set.A JWT Claims set contains the claims conveyed by a JSON Web Token as specified by RFC7519 Section 4.A JWT Claims set builder is used to build a JWT Claims set.A JWT Claim represents a piece of information asserted about a subject.A JWT claims set validator used to validate aJWTClaimsSet.A token authentication that uses the compact representation of a JWTE as token value.An authenticator implementation that authenticates JWTE token credentials.Thrown by theJWTServiceto indicate an error while reading a JWT.A token authentication that uses the compact representation of a JWTS as token value.An authenticator implementation that authenticates JWTS token credentials.The JWT Service is the main entry point for creating and reading JSON Web token objects.