Replace "trusted" output flag with security mech ID.
[shibboleth/opensaml2.git] / saml / saml2 / binding / SAML2POSTDecoder.h
index 4e49c2b..31c2f6a 100644 (file)
@@ -37,11 +37,11 @@ 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,
-                const X509TrustEngine* trustEngine=NULL
+                const TrustEngine* trustEngine=NULL
                 ) const;
         };