From ea52ce369525167404021eaf26b40498ef2e08ea Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Mon, 28 May 2007 22:03:18 +0000 Subject: [PATCH] Add URI binding constant. --- saml/util/SAMLConstants.cpp | 2 ++ saml/util/SAMLConstants.h | 3 +++ 2 files changed, 5 insertions(+) diff --git a/saml/util/SAMLConstants.cpp b/saml/util/SAMLConstants.cpp index 65952f2..b39518c 100644 --- a/saml/util/SAMLConstants.cpp +++ b/saml/util/SAMLConstants.cpp @@ -192,6 +192,8 @@ const char samlconstants::SAML1_PROFILE_BROWSER_POST[] = "urn:oasis:names:tc:SAM const char samlconstants::SAML20_BINDING_SOAP[] = "urn:oasis:names:tc:SAML:2.0:bindings:SOAP"; +const char samlconstants::SAML20_BINDING_URI[] = "urn:oasis:names:tc:SAML:2.0:bindings:URI"; + const char samlconstants::SAML20_BINDING_HTTP_ARTIFACT[] = "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact"; const char samlconstants::SAML20_BINDING_HTTP_POST[] = "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"; diff --git a/saml/util/SAMLConstants.h b/saml/util/SAMLConstants.h index 4332fa5..608be0f 100644 --- a/saml/util/SAMLConstants.h +++ b/saml/util/SAMLConstants.h @@ -135,6 +135,9 @@ namespace samlconstants { /** 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 URI binding ("urn:oasis:names:tc:SAML:2.0:bindings:URI") */ + extern SAML_API const char SAML20_BINDING_URI[]; + /** 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[]; -- 2.1.4