X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fsaml2%2Fbinding%2Fimpl%2FSAML2ECPDecoder.cpp;h=620c80259237f7803cff5166fe4e99c1fd8b9eb1;hp=53f2210d7c4650e492c08d89b93a003db770ed8b;hb=40fdf576ed07e3cf8f88d9bf0441e55ea4fc3d05;hpb=5e62d2c1fb43763b3d627e641a310a79992b01c0 diff --git a/saml/saml2/binding/impl/SAML2ECPDecoder.cpp b/saml/saml2/binding/impl/SAML2ECPDecoder.cpp index 53f2210..620c802 100644 --- a/saml/saml2/binding/impl/SAML2ECPDecoder.cpp +++ b/saml/saml2/binding/impl/SAML2ECPDecoder.cpp @@ -50,6 +50,10 @@ namespace opensaml { SAML2ECPDecoder() {} virtual ~SAML2ECPDecoder() {} + const char* getShortName() const { + return "ECP"; + } + xmltooling::XMLObject* decode( std::string& relayState, const GenericRequest& genericRequest,