Package io.helidon.security.jwt
JWT (JSON web token) support.
Classes in this package allow you to process and validate JWT.
Standards used:
-
Interface Summary Interface Description Validator<T> A generic validator, has a method to validate the object and add messages to aErrors.Collector
. -
Class Summary Class Description Jwt JWT token.Jwt.Builder Builder of aJwt
.Jwt.ExpirationValidator Validator of expiration claim.Jwt.FieldValidator Validator of a string field obtained from a JWT.Jwt.IssueTimeValidator Validator of issue time claim.Jwt.NotBeforeValidator Validator of not before claim.JwtUtil Utilities for JWT and JWK parsing.JwtUtil.Address Address class representing the JSON object for address.SignedJwt The JWT used to transfer content across network - e.g. -
Exception Summary Exception Description JwtException A RuntimeException for the JWT and JWK world.