X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fsaml1%2Fbinding%2FSAML1ArtifactDecoder.h;h=c1e384bcf70d1084bececc22d5998dda8e92d19d;hp=141a83e3cde3f8b6e8ea7715f418c495df63b53c;hb=1bc8e721db3a50294df852662e1eddcdbdae8f9f;hpb=c0b92549e28e1fca5e7c4a8d09dc06fd09f65292 diff --git a/saml/saml1/binding/SAML1ArtifactDecoder.h b/saml/saml1/binding/SAML1ArtifactDecoder.h index 141a83e..c1e384b 100644 --- a/saml/saml1/binding/SAML1ArtifactDecoder.h +++ b/saml/saml1/binding/SAML1ArtifactDecoder.h @@ -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; };