Uses of Interface
org.jose4j.jwt.consumer.ErrorCodeValidator
Packages that use ErrorCodeValidator
-
Uses of ErrorCodeValidator in org.jose4j.jwt.consumer
Classes in org.jose4j.jwt.consumer that implement ErrorCodeValidatorModifier and TypeClassDescriptionclassValidate the "aud" (Audience) Claim per http://tools.ietf.org/html/rfc7519#section-4.1.3classclassclassclassclassclassFields in org.jose4j.jwt.consumer with type parameters of type ErrorCodeValidatorModifier and TypeFieldDescriptionprivate List<ErrorCodeValidator>JwtConsumerBuilder.customValidatorsprivate List<ErrorCodeValidator>JwtConsumer.validatorsMethods in org.jose4j.jwt.consumer with parameters of type ErrorCodeValidatorModifier and TypeMethodDescriptionJwtConsumerBuilder.registerValidator(ErrorCodeValidator validator) Custom ErrorCodeValidator implementations, which will be invoked when theJwtConsumeris validating the JWT claims.Method parameters in org.jose4j.jwt.consumer with type arguments of type ErrorCodeValidatorModifier and TypeMethodDescription(package private) voidJwtConsumer.setValidators(List<ErrorCodeValidator> validators)