Add a getType method to handlers to assist with documentation.
[shibboleth/cpp-sp.git] / shibsp / handler / impl / SAML2NameIDMgmt.cpp
index 2649e1f..0f90abb 100644 (file)
@@ -86,6 +86,10 @@ namespace shibsp {
             role.getManageNameIDServices().push_back(ep);
             role.addSupport(samlconstants::SAML20P_NS);
         }
+
+        const char* getType() const {
+            return "ManageNameIDService";
+        }
 #endif
 
     private: