Interface ObjectValidator<T extends XMLObject>

All Known Implementing Classes:
AbstractObjectValidator, AbstractSignableObjectValidator, AssertionValidator, ResponseValidator

public interface ObjectValidator<T extends XMLObject>
Interface for validation of XML and SAML objects.
Author:
Martin Lindström (martin@idsec.se)
  • Method Details

    • validate

      ValidationResult validate(T object, ValidationContext context)
      Validates the given object.
      Parameters:
      object - object to be evaluated
      context - current validation context
      Returns:
      the result of the evaluation