Return results from policy rules.
[shibboleth/cpp-opensaml.git] / saml / binding / ClientCertAuthRule.h
index 737e52b..6d94823 100644 (file)
@@ -33,6 +33,6 @@ namespace opensaml {
         ClientCertAuthRule(const DOMElement* e) {}
         virtual ~ClientCertAuthRule() {}
         
-        void evaluate(const xmltooling::XMLObject& message, const GenericRequest* request, SecurityPolicy& policy) const;
+        bool evaluate(const xmltooling::XMLObject& message, const GenericRequest* request, SecurityPolicy& policy) const;
     };
 };