From: Scott Cantor Date: Tue, 26 Sep 2006 21:06:21 +0000 (+0000) Subject: Duh, use spec URIs to identify plugins. X-Git-Tag: 2.0-alpha1~188 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=commitdiff_plain;h=08725398371d1cc0a4d3671fb21e749979bd8b01 Duh, use spec URIs to identify plugins. --- diff --git a/saml/binding/MessageEncoder.h b/saml/binding/MessageEncoder.h index 4213bf3..ed976ce 100644 --- a/saml/binding/MessageEncoder.h +++ b/saml/binding/MessageEncoder.h @@ -177,10 +177,10 @@ namespace opensaml { void SAML_API registerMessageEncoders(); /** MessageEncoder for SAML 1.x Browser/Artifact "binding" (really part of profile) */ - #define SAML1_ARTIFACT_ENCODER "org.opensaml.saml1.binding.SAML1ArtifactEncoder" + #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 "org.opensaml.saml1.binding.SAML1POSTEncoder" + #define SAML1_POST_ENCODER "urn:oasis:names:tc:SAML:1.0:profiles:browser-post" }; #endif /* __saml_encoder_h__ */