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.3classclassclassclassclassclassMethods 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.