X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fsaml2%2Fbinding%2FSAML2SOAPClient.h;h=eae10307f41d5ecb493740a078f7341ae2d56e0c;hp=0fb8dfcd43c9a7b190a294d7846ce2160b004d72;hb=b1614d3c1fc1f4230ab2a123f43994127c25462c;hpb=b62f468eb09076e75385d5961c1ac9b473226b15 diff --git a/saml/saml2/binding/SAML2SOAPClient.h b/saml/saml2/binding/SAML2SOAPClient.h index 0fb8dfc..eae1030 100644 --- a/saml/saml2/binding/SAML2SOAPClient.h +++ b/saml/saml2/binding/SAML2SOAPClient.h @@ -26,6 +26,7 @@ #include namespace opensaml { + namespace saml2p { class SAML_API RequestAbstractType; @@ -57,10 +58,10 @@ namespace opensaml { *

The request will be freed by the client object regardless of the outcome. * * @param request SAML request to send - * @param peer peer to send message to, expressed in metadata terms + * @param peer peer to send message to, expressed in metadata criteria terms * @param endpoint URL of endpoint to recieve message */ - virtual void sendSAML(RequestAbstractType* request, const saml2md::RoleDescriptor& peer, const char* endpoint); + virtual void sendSAML(RequestAbstractType* request, saml2md::MetadataCredentialCriteria& peer, const char* endpoint); /** * Specialized method for receiving SAML 2.0 responses. The SOAP layer will be