Add short name to encoders/decoders for endpoint generation.
[shibboleth/cpp-opensaml.git] / saml / saml1 / binding / impl / SAML1POSTEncoder.cpp
index 73dc625..64a2511 100644 (file)
@@ -58,6 +58,10 @@ namespace opensaml {
                 return samlconstants::SAML11_PROTOCOL_ENUM;
             }
 
+            const char* getShortName() const {
+                return "POST";
+            }
+
             long encode(
                 GenericResponse& genericResponse,
                 XMLObject* xmlObject,