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.lindstrom@litsec.se)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValidationResultvalidate(T object, ValidationContext context)Validates the given object.
-
-
-
Method Detail
-
validate
ValidationResult validate(T object, ValidationContext context)
Validates the given object.- Parameters:
object- object to be evaluatedcontext- current validation context- Returns:
- the result of the evaluation
-
-