Replace "trusted" output flag with security mech ID.
[shibboleth/cpp-opensaml.git] / saml / saml2 / binding / SAML2POSTDecoder.h
index 19cc520..31c2f6a 100644 (file)
@@ -37,7 +37,7 @@ namespace opensaml {
             xmltooling::XMLObject* 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,