X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=saml%2Fsaml2%2Fcore%2FAssertions.h;h=94f4c53c574557d8c88be0df0a672de13ab4a66f;hb=5697d9abd4e6d149bbc6153acde26c3f0a5d4859;hp=4b2b89617ef209ca23d0e5cf3cad8c631cfd6d84;hpb=640013e010c6c607b0d68b9aac4dc321c329ab24;p=shibboleth%2Fcpp-opensaml.git diff --git a/saml/saml2/core/Assertions.h b/saml/saml2/core/Assertions.h index 4b2b896..94f4c53 100644 --- a/saml/saml2/core/Assertions.h +++ b/saml/saml2/core/Assertions.h @@ -17,7 +17,7 @@ /** * @file saml/saml2/core/Assertions.h * - * XMLObjects representing the SAML 2.0 Assertions schema + * XMLObjects representing the SAML 2.0 Assertions schema. */ #ifndef __saml2_assertions_h__ @@ -26,16 +26,28 @@ #include #include -#include -#include -#include -#include -#include -#include +#include +#include #define DECL_SAML2OBJECTBUILDER(cname) \ DECL_XMLOBJECTBUILDER(SAML_API,cname,samlconstants::SAML20_NS,samlconstants::SAML20_PREFIX) +namespace xmltooling { + class XMLTOOL_API CredentialCriteria; + class XMLTOOL_API CredentialResolver; + class XMLTOOL_API DateTime; +}; + +namespace xmlencryption { + class XMLTOOL_API EncryptedData; + class XMLTOOL_API EncryptedKey; +}; + +namespace xmlsignature { + class XMLTOOL_API KeyInfo; + class XMLTOOL_API Signature; +}; + namespace opensaml { namespace saml2md {