X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=saml%2Futil%2FSAMLConstants.h;h=edb7207bfff8e8eb19e8382c82c8a95421cf9e35;hb=c40cf73dc2872928ffee524c2e33298c16b72463;hp=17de531d4d49168dd7f6fdb6a089e74eb6eb1826;hpb=9f49fe116c808537d12c5452ba57d020342cb029;p=shibboleth%2Fopensaml2.git diff --git a/saml/util/SAMLConstants.h b/saml/util/SAMLConstants.h index 17de531..edb7207 100644 --- a/saml/util/SAMLConstants.h +++ b/saml/util/SAMLConstants.h @@ -123,12 +123,18 @@ namespace samlconstants { /** SAML Third-Party Request Protocol Extension QName prefix ("query") */ extern SAML_API const XMLCh SAML20P_THIRDPARTY_EXT_PREFIX[]; - /** SAML 1.x Browser Artifact profile ("urn:oasis:names:tc:SAML:1.0:profiles:artifact-01")*/ + /** SAML 1.x SOAP binding ("urn:oasis:names:tc:SAML:1.0:bindings:SOAP-binding") */ + extern SAML_API const char SAML1_BINDING_SOAP[]; + + /** SAML 1.x Browser Artifact profile ("urn:oasis:names:tc:SAML:1.0:profiles:artifact-01") */ extern SAML_API const char SAML1_PROFILE_BROWSER_ARTIFACT[]; /** SAML 1.x Browser POST profile ("urn:oasis:names:tc:SAML:1.0:profiles:browser-post") */ extern SAML_API const char SAML1_PROFILE_BROWSER_POST[]; + /** SAML 2.0 SOAP binding ("urn:oasis:names:tc:SAML:2.0:bindings:SOAP") */ + extern SAML_API const char SAML20_BINDING_SOAP[]; + /** SAML 2.0 HTTP-Artifact binding ("urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact") */ extern SAML_API const char SAML20_BINDING_HTTP_ARTIFACT[];