comment out dumping code
[mech_eap.orig] / util_radius.h
index 0335dc8..a7878df 100644 (file)
@@ -67,11 +67,10 @@ public:
                                gss_any_t input) const;
 
     const char *prefix(void) const;
-    const char *marshallingKey(void) const;
-
-    bool unmarshallAndInit(const gss_eap_attr_ctx *manager,
-                           DDF &object GSSEAP_UNUSED);
-    DDF marshall(void) const;
+    const char *name(void) const;
+    bool initWithJsonObject(const gss_eap_attr_ctx *manager,
+                           JSONObject &obj);
+    JSONObject jsonRepresentation(void) const;
 
     bool getAttribute(uint32_t attribute,
                       int *authenticated,