Revamped binding classes with security policy layer.
[shibboleth/cpp-opensaml.git] / saml / saml1 / binding / SAML1POSTDecoder.h
index 2236239..9ed3334 100644 (file)
@@ -38,12 +38,8 @@ namespace opensaml {
             
             Response* decode(
                 std::string& relayState,
-                const saml2md::RoleDescriptor*& issuer,
-                const XMLCh*& securityMech,
-                const HTTPRequest& httpRequest,
-                const saml2md::MetadataProvider* metadataProvider=NULL,
-                const xmltooling::QName* role=NULL,
-                const TrustEngine* trustEngine=NULL
+                const GenericRequest& genericRequest,
+                SecurityPolicy& policy
                 ) const;
         };