https://bugs.internet2.edu/jira/browse/SSPCPP-346
authorscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 4 Feb 2011 19:30:17 +0000 (19:30 +0000)
committerscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 4 Feb 2011 19:30:17 +0000 (19:30 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3400 cb58f699-b61c-0410-a6fe-9272a202ed29

shibsp/handler/impl/WAYFSessionInitiator.cpp

index 459518b..8d6bd90 100644 (file)
@@ -63,6 +63,10 @@ namespace shibsp {
         
         pair<bool,long> run(SPRequest& request, string& entityID, bool isHandler=true) const;
 
+        const XMLCh* getProtocolFamily() const {
+            return samlconstants::SAML11_PROTOCOL_ENUM;
+        }
+
     private:
         const char* m_url;
     };