Class JwtValidator


  • public final class JwtValidator
    extends Object
    The JwtValidator is responsible for the JWT validation. Constraints could be applied using the Builder to several claims in order to verify the claim's value (expiration, presence, etc.). The JwtValidator is stateless and immutable therefore, it can be reused to apply the same set of constraints to another Jwt.