comment out dumping code
[mech_eap.orig] / util_shib.h
index a6fe0ec..7fc9e6d 100644 (file)
@@ -77,10 +77,10 @@ public:
                                gss_any_t input) const;
 
     const char *prefix(void) const;
-
-    void exportToBuffer(gss_buffer_t buffer) const;
-    bool initFromBuffer(const gss_eap_attr_ctx *ctx,
-                        const gss_buffer_t buffer);
+    const char *name(void) const;
+    bool initWithJsonObject(const gss_eap_attr_ctx *manager,
+                            JSONObject &obj);
+    JSONObject jsonRepresentation(void) const;
 
     static bool init(void);
     static void finalize(void);