Reducing header overuse, non-inlining selected methods (CPPOST-35).
authorScott Cantor <cantor.2@osu.edu>
Sun, 27 Sep 2009 04:27:14 +0000 (04:27 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sun, 27 Sep 2009 04:27:14 +0000 (04:27 +0000)
samltest/binding.h
samltest/saml1/profile/SAML1PolicyTest.h
samltest/saml2/profile/SAML2PolicyTest.h

index 3564bb1..95f5905 100644 (file)
 #include <saml/SAMLConfig.h>\r
 #include <saml/binding/MessageDecoder.h>\r
 #include <saml/binding/MessageEncoder.h>\r
+#include <saml/binding/SecurityPolicy.h>\r
 #include <saml/binding/SecurityPolicyRule.h>\r
 #include <saml/saml2/metadata/Metadata.h>\r
 #include <saml/saml2/metadata/MetadataProvider.h>\r
 #include <xmltooling/io/HTTPRequest.h>\r
 #include <xmltooling/io/HTTPResponse.h>\r
+#include <xmltooling/security/Credential.h>\r
 #include <xmltooling/security/TrustEngine.h>\r
 #include <xmltooling/util/URLEncoder.h>\r
 \r
index 3ea4593..6c5d45d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright 2001-2007 Internet2
+ *  Copyright 2001-2009 Internet2
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,6 +17,7 @@
 #include "internal.h"
 
 #include <saml/SAMLConfig.h>
+#include <saml/binding/SecurityPolicy.h>
 #include <saml/binding/SecurityPolicyRule.h>
 #include <saml/saml1/core/Assertions.h>
 
index c5b80e0..82e02fc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright 2001-2007 Internet2
+ *  Copyright 2001-2009 Internet2
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,6 +17,7 @@
 #include "internal.h"
 
 #include <saml/SAMLConfig.h>
+#include <saml/binding/SecurityPolicy.h>
 #include <saml/binding/SecurityPolicyRule.h>
 #include <saml/saml2/core/Assertions.h>