Allow message-only policy rules, basic SAML SOAP client.
[shibboleth/opensaml2.git] / saml / binding / impl / MessageFlowRule.cpp
index 476ef69..f7412c2 100644 (file)
@@ -59,11 +59,11 @@ MessageFlowRule::MessageFlowRule(const DOMElement* e)
 }
 
 pair<saml2::Issuer*,const saml2md::RoleDescriptor*> MessageFlowRule::evaluate(
-    const GenericRequest& request,
     const XMLObject& message,
+    const GenericRequest* request,
     const saml2md::MetadataProvider* metadataProvider,
     const QName* role,
-    const opensaml::TrustEngine* trustEngine
+    const TrustEngine* trustEngine
     ) const
 {
     Category& log=Category::getInstance(SAML_LOGCAT".SecurityPolicyRule.MessageFlow");