Completed 2.0 assertions schema classes.
[shibboleth/cpp-opensaml.git] / saml / SAMLConfig.cpp
index 5695db8..efd3e1c 100644 (file)
@@ -26,6 +26,8 @@
 #include "exceptions.h"
 #include "SAMLConfig.h"
 #include "saml1/core/Assertions.h"
+#include "saml1/core/Protocols.h"
+#include "saml2/core/Assertions.h"
 #include "util/SAMLConstants.h"
 
 #include <xmltooling/XMLToolingConfig.h>
@@ -70,6 +72,8 @@ bool SAMLInternalConfig::init()
     log.debug("XMLTooling library initialized");
 
     saml1::registerAssertionClasses();
+    saml1p::registerProtocolClasses();
+    saml2::registerAssertionClasses();
 
     log.info("library initialization complete");
     return true;