Replace "trusted" output flag with security mech ID.
[shibboleth/cpp-opensaml.git] / saml / saml1 / binding / SAML1ArtifactDecoder.h
index 7e2da54..141a83e 100644 (file)
@@ -39,7 +39,7 @@ namespace opensaml {
             Response* decode(
                 std::string& relayState,
                 const saml2md::RoleDescriptor*& issuer,
-                bool& issuerTrusted,
+                const XMLCh*& securityMech,
                 const HTTPRequest& httpRequest,
                 const saml2md::MetadataProvider* metadataProvider=NULL,
                 const xmltooling::QName* role=NULL,