Uses of Class
org.jose4j.jwt.consumer.ErrorCodeValidator.Error
Packages that use ErrorCodeValidator.Error
-
Uses of ErrorCodeValidator.Error in org.jose4j.jwt.consumer
Methods in org.jose4j.jwt.consumer that return ErrorCodeValidator.ErrorModifier and TypeMethodDescriptionAudValidator.validate(JwtContext jwtContext) ErrorCodeValidator.validate(JwtContext jwtContext) Validate some aspect of the JWT.ErrorCodeValidatorAdapter.validate(JwtContext jwtContext) IssValidator.validate(JwtContext jwtContext) JtiValidator.validate(JwtContext jwtContext) NumericDateValidator.validate(JwtContext jwtContext) SubValidator.validate(JwtContext jwtContext) TypeValidator.validate(JwtContext jwtContext) Methods in org.jose4j.jwt.consumer that return types with arguments of type ErrorCodeValidator.ErrorModifier and TypeMethodDescriptionInvalidJwtException.getErrorDetails()Returns a list of reasons the JWT was considered invalid.Constructors in org.jose4j.jwt.consumer with parameters of type ErrorCodeValidator.ErrorModifierConstructorDescriptionInvalidJwtException(String message, ErrorCodeValidator.Error detail, Throwable cause, JwtContext jwtContext) Constructor parameters in org.jose4j.jwt.consumer with type arguments of type ErrorCodeValidator.ErrorModifierConstructorDescriptionInvalidJwtException(String message, List<ErrorCodeValidator.Error> details, JwtContext jwtContext)