use JSON instead of DDF marshalling
[mech_eap.git] / util_radius.h
index 0335dc8..656f1b7 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,
+                           json_t *obj);
+    json_t *jsonRepresentation(void) const;
 
     bool getAttribute(uint32_t attribute,
                       int *authenticated,