Interface Validator<T>
- Type Parameters:
T- the type of the object to be validated.
- All Known Implementing Classes:
CombiningValidator,JwtAudienceValidator,JwtX5tValidator
public interface Validator<T>
Generic validator interface over type
Validator.-
Method Summary
-
Method Details
-
validate
Validates the given object.- Parameters:
t- the object of typeValidatorto be validated.- Returns:
- the validation result as
ValidationResult.
-