Duh, use spec URIs to identify plugins.
authorScott Cantor <cantor.2@osu.edu>
Tue, 26 Sep 2006 21:06:21 +0000 (21:06 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 26 Sep 2006 21:06:21 +0000 (21:06 +0000)
saml/binding/MessageEncoder.h

index 4213bf3..ed976ce 100644 (file)
@@ -177,10 +177,10 @@ namespace opensaml {
     void SAML_API registerMessageEncoders();\r
 \r
     /** MessageEncoder for SAML 1.x Browser/Artifact "binding" (really part of profile) */\r
-    #define SAML1_ARTIFACT_ENCODER  "org.opensaml.saml1.binding.SAML1ArtifactEncoder"\r
+    #define SAML1_ARTIFACT_ENCODER  "urn:oasis:names:tc:SAML:1.0:profiles:artifact-01"\r
 \r
     /** MessageEncoder for SAML 1.x Browser/POST "binding" (really part of profile) */\r
-    #define SAML1_POST_ENCODER  "org.opensaml.saml1.binding.SAML1POSTEncoder"\r
+    #define SAML1_POST_ENCODER  "urn:oasis:names:tc:SAML:1.0:profiles:browser-post"\r
 };\r
 \r
 #endif /* __saml_encoder_h__ */\r