Package com.auth0.jwt.impl
Contains parts of the internal implementation of this library.
Do not use any of the classes in this package. They might be removed or changed at any point without prior warning.
-
Interface Summary Interface Description ExpectedCheckHolder This holds the checks that are run to verify a JWT. -
Class Summary Class Description ClaimsHolder The ClaimsHolder class is just a wrapper for the Map of Claims used for building a JWT.ClaimsSerializer<T extends ClaimsHolder> Custom serializer used to write the resulting JWT.HeaderClaimsHolder Holds the header claims when serializing a JWT.HeaderSerializer Responsible for serializing a JWT's header representation to JSON.JWTParser This class helps in decoding the Header and Payload of the JWT usingHeaderSerializer
andPayloadSerializer
.PayloadClaimsHolder Holds the payload claims when serializing a JWT.PayloadSerializer Jackson serializer implementation for converting into JWT Payload parts.