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 Summary
Modifier and TypeMethodDescriptionvalidate(T object, ValidationContext context) Validates the given object.
-
Method Details
-
validate
Validates the given object.- Parameters:
object- object to be evaluatedcontext- current validation context- Returns:
- the result of the evaluation
-