X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fbinding%2Fimpl%2FXMLSigningRule.cpp;h=552cef88a12e453febfac70e7f4c908361a9f467;hp=a63c18c6bf5cc6a0ca55c18e7ff9d8f34545301b;hb=b951e528ad7d0764ddc4ced037a8bd53bd3c9890;hpb=89f7a67207019e004799798858375de7e0be8cda diff --git a/saml/binding/impl/XMLSigningRule.cpp b/saml/binding/impl/XMLSigningRule.cpp index a63c18c..552cef8 100644 --- a/saml/binding/impl/XMLSigningRule.cpp +++ b/saml/binding/impl/XMLSigningRule.cpp @@ -22,9 +22,8 @@ #include "internal.h" #include "exceptions.h" -#include "RootObject.h" #include "binding/XMLSigningRule.h" -#include "saml2/core/Protocols.h" +#include "saml2/core/Assertions.h" #include "saml2/metadata/Metadata.h" #include "saml2/metadata/MetadataProvider.h" #include "security/TrustEngine.h" @@ -46,7 +45,7 @@ namespace opensaml { } }; -pair XMLSigningRule::evaluate( +pair XMLSigningRule::evaluate( const GenericRequest& request, const XMLObject& message, const MetadataProvider* metadataProvider, @@ -90,7 +89,7 @@ pair XMLSigningRule::evaluate( return ret; } - log.debug("matched assertion issuer against metadata, searching for applicable role..."); + log.debug("matched message issuer against metadata, searching for applicable role..."); const RoleDescriptor* roledesc=entity->getRoleDescriptor(*role, issuerInfo.second); if (!roledesc) { log.warn("unable to find compatible role (%s) in metadata", role->toString().c_str());