Class AuthorizersTraitValidator

  • All Implemented Interfaces:
    Validator

    public final class AuthorizersTraitValidator
    extends AbstractValidator
    Each authorizer resolved within a service must use a scheme that matches one of the schemes of the protocols of the service.
    • Constructor Detail

      • AuthorizersTraitValidator

        public AuthorizersTraitValidator()
    • 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.