Class ValidationSupport
java.lang.Object
se.swedenconnect.opensaml.common.validation.ValidationSupport
Support methods and functions for validator implementations.
- Author:
- Martin Lindström (martin@idsec.se)
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Exception class that should be used internally by validators to process errors. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
check
(org.opensaml.saml.common.assertion.ValidationResult result) Checks if the result is VALID.
-
Method Details
-
check
public static void check(org.opensaml.saml.common.assertion.ValidationResult result) throws ValidationSupport.ValidationResultException Checks if the result is VALID. If not aValidationResultException
is thrown.- Parameters:
result
- the result to check- Throws:
ValidationSupport.ValidationResultException
- for non VALID results
-