Add short name to encoders/decoders for endpoint generation.
[shibboleth/cpp-opensaml.git] / saml / saml1 / binding / impl / SAML1ArtifactEncoder.cpp
index 99c1432..4e38da3 100644 (file)
@@ -56,6 +56,10 @@ namespace opensaml {
                 return samlconstants::SAML11_PROTOCOL_ENUM;
             }
 
+            const char* getShortName() const {
+                return "Artifact";
+            }
+
             long encode(
                 GenericResponse& genericResponse,
                 XMLObject* xmlObject,