X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=saml%2FSAMLConfig.cpp;h=efd3e1c5a667c7c838793b572f966a83ce1e9d72;hb=7ad96e97599881b4fbaf67da4a85155398dd4787;hp=5695db86ff7e24f7ec644a11a0ec253cc08c019b;hpb=096d14037ebd2271f8e116d13f742be853435816;p=shibboleth%2Fcpp-opensaml.git diff --git a/saml/SAMLConfig.cpp b/saml/SAMLConfig.cpp index 5695db8..efd3e1c 100644 --- a/saml/SAMLConfig.cpp +++ b/saml/SAMLConfig.cpp @@ -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 @@ -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;