Class RuleSetAuthSchemesValidator

  • All Implemented Interfaces:
    Validator

    public final class RuleSetAuthSchemesValidator
    extends AbstractValidator
    Validator which verifies an endpoint with an authSchemes property conforms to a strict schema.
    • Constructor Detail

      • RuleSetAuthSchemesValidator

        public RuleSetAuthSchemesValidator()
    • Method Detail

      • validate

        public java.util.List<ValidationEvent> validate​(Model model)
        Description copied from interface: Validator
        Validates a model and returns a list of validation events.
        Parameters:
        model - Model to validate.
        Returns:
        List of validation events.