X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fsaml2%2Fbinding%2Fimpl%2FSAML2MessageDecoder.cpp;h=05253b2da3c602f1f32a82f7c8bb78d01d344a37;hp=23191df03977ad399cf12059e440733b59a8561b;hb=5e62d2c1fb43763b3d627e641a310a79992b01c0;hpb=b3503427f4a11338de35dd57c4183fb300dfbba3 diff --git a/saml/saml2/binding/impl/SAML2MessageDecoder.cpp b/saml/saml2/binding/impl/SAML2MessageDecoder.cpp index 23191df..05253b2 100644 --- a/saml/saml2/binding/impl/SAML2MessageDecoder.cpp +++ b/saml/saml2/binding/impl/SAML2MessageDecoder.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2009 Internet2 + * Copyright 2001-2010 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -46,6 +46,11 @@ SAML2MessageDecoder::~SAML2MessageDecoder() { } +const XMLCh* SAML2MessageDecoder::getProtocolFamily() const +{ + return samlconstants::SAML20P_NS; +} + void SAML2MessageDecoder::extractMessageDetails( const XMLObject& message, const GenericRequest& request, const XMLCh* protocol, SecurityPolicy& policy ) const