Module io.inverno.mod.security.jose
Package io.inverno.mod.security.jose.jwt
package io.inverno.mod.security.jose.jwt
JSON Web Token API.
-
ClassDescriptionThrown by a
JWTClaimsSet
during validation to indicate that a JWT claim set has expired.Thrown by aJWTClaimsSet
during validation to indicate that a JWT claim set is not active yet.Thrown by aJWTClaimsSet
during validation to indicate that a JWT claim set is invalid.Thrown by aJWTClaimsSet
to 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
.JWTEAuthentication<A extends JWTClaimsSet>A token authentication that uses the compact representation of a JWTE as token value.JWTEAuthenticator<A extends JWTClaimsSet>An authenticator implementation that authenticates JWTE token credentials.Thrown by theJWTService
to indicate an error while reading a JWT.JWTSAuthentication<A extends JWTClaimsSet>A token authentication that uses the compact representation of a JWTS as token value.JWTSAuthenticator<A extends JWTClaimsSet>An authenticator implementation that authenticates JWTS token credentials.The JWT Service is the main entry point for creating and reading JSON Web token objects.