Uses of Interface
org.jose4j.jwt.consumer.Validator
Packages that use Validator
-
Uses of Validator in org.jose4j.jwt.consumer
Methods in org.jose4j.jwt.consumer with parameters of type ValidatorModifier and TypeMethodDescriptionJwtConsumerBuilder.registerValidator(Validator validator) Custom Validator implementations, which will be invoked when theJwtConsumeris validating the JWT claims.Constructors in org.jose4j.jwt.consumer with parameters of type Validator