X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fbinding%2FMessageDecoder.h;fp=saml%2Fbinding%2FMessageDecoder.h;h=ad7ad47fed00114e64410fb3570a95fa83029a06;hp=bbe176ec283b30f23069574c0c3b828ebe1195cf;hb=40fdf576ed07e3cf8f88d9bf0441e55ea4fc3d05;hpb=5e62d2c1fb43763b3d627e641a310a79992b01c0 diff --git a/saml/binding/MessageDecoder.h b/saml/binding/MessageDecoder.h index bbe176e..ad7ad47 100644 --- a/saml/binding/MessageDecoder.h +++ b/saml/binding/MessageDecoder.h @@ -68,6 +68,13 @@ namespace opensaml { virtual const XMLCh* getProtocolFamily() const; /** + * Returns a shorthand name for the binding/encoding supported by the decoder. + * + * @return a short name for the binding/encoding, or nullptr + */ + virtual const char* getShortName() const; + + /** * Indicates whether a web browser or similar user agent delivered the message. * * @return true iff the message was delivered by a user agent