X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fbinding%2FMessageEncoder.h;h=4d23033b3f88936621e961862dc8d6de72cf3a48;hp=668049a8c54796c83285c222f2e9092c6e2477db;hb=b66d32ed939fcf6db7bc52c8626b6ac06a2e97f9;hpb=1ffcb743f90aeb3da11054316f3d005ff7edbf7b diff --git a/saml/binding/MessageEncoder.h b/saml/binding/MessageEncoder.h index 668049a..4d23033 100644 --- a/saml/binding/MessageEncoder.h +++ b/saml/binding/MessageEncoder.h @@ -151,21 +151,6 @@ namespace opensaml { * Registers MessageEncoder plugins into the runtime. */ void SAML_API registerMessageEncoders(); - - /** MessageEncoder for SAML 1.x Browser/Artifact "binding" (really part of profile) */ - #define SAML1_ARTIFACT_ENCODER "urn:oasis:names:tc:SAML:1.0:profiles:artifact-01" - - /** MessageEncoder for SAML 1.x Browser/POST "binding" (really part of profile) */ - #define SAML1_POST_ENCODER "urn:oasis:names:tc:SAML:1.0:profiles:browser-post" - - /** MessageEncoder for SAML 2.0 HTTP-Artifact binding */ - #define SAML2_ARTIFACT_ENCODER "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" - - /** MessageEncoder for SAML 2.0 HTTP-POST binding */ - #define SAML2_POST_ENCODER "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" - - /** MessageEncoder for SAML 2.0 HTTP-Redirect binding */ - #define SAML2_REDIRECT_ENCODER "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" }; #endif /* __saml_encoder_h__ */