Module io.helidon.security.jwt
Package io.helidon.security.jwt
package io.helidon.security.jwt
JWT (JSON web token) support.
Classes in this package allow you to process and validate JWT.
Standards used:
-
ClassDescriptionThe JWT used to transfer content across network - e.g.Encrypted JWT builder.Supported RSA cipher for content key encryption.Supported AES cipher for content encryption.JWT token.Builder of a
Jwt
.Validator of expiration claim.Validator of a string field obtained from a JWT.Validator of issue time claim.Validator of not before claim.A RuntimeException for the JWT and JWK world.Representation of the header section of a JWT.Fluent API builder to create JWT Header.Utilities for JWT and JWK parsing.Address class representing the JSON object for address.The JWT used to transfer content across network - e.g.Validator<T>A generic validator, has a method to validate the object and add messages to aErrors.Collector
.