Added ValidatorSuite around groups of static validators.
[shibboleth/cpp-opensaml.git] / saml / saml1 / core / Protocols.h
index cd69ea4..5e07d02 100644 (file)
@@ -156,9 +156,14 @@ namespace opensaml {
         DECL_SAML1POBJECTBUILDER(StatusMessage);
         
         /**
-         * Registers builders and validators for Protocol classes into the runtime.
+         * Registers builders and validators for SAML 1.x Protocol classes into the runtime.
          */
         void SAML_API registerProtocolClasses();
+
+        /**
+         * Validator suite for SAML 1.x Protocol schema validation.
+         */
+        extern SAML_API xmltooling::ValidatorSuite ProtocolSchemaValidators;
     };
 };