nss_iface_generated.c revision 054900ab42a8b865a2257f94c66484e0a022a90c
/* The following definitions are auto-generated from nss_iface.xml */
#include <stddef.h>
#include "dbus/dbus-protocol.h"
#include "util/util_errors.h"
#include "sbus/sssd_dbus.h"
#include "sbus/sssd_dbus_meta.h"
#include "sbus/sssd_dbus_invokers.h"
#include "nss_iface_generated.h"
/* invokes a handler with a 'ssau' DBus signature */
/* arguments for org.freedesktop.sssd.nss.MemoryCache.UpdateInitgroups */
const struct sbus_arg_meta iface_nss_memorycache_UpdateInitgroups__in[] = {
{ "user", "s" },
{ "domain", "s" },
{ "groups", "au" },
{ NULL, }
};
{
return sbus_request_return_and_finish(req,
}
{
return sbus_request_return_and_finish(req,
}
{
return sbus_request_return_and_finish(req,
}
{
return sbus_request_return_and_finish(req,
}
/* methods for org.freedesktop.sssd.nss.MemoryCache */
const struct sbus_method_meta iface_nss_memorycache__methods[] = {
{
"UpdateInitgroups", /* name */
NULL, /* no out_args */
},
{
"InvalidateAllUsers", /* name */
NULL, /* no in_args */
NULL, /* no out_args */
NULL, /* no invoker */
},
{
"InvalidateAllGroups", /* name */
NULL, /* no in_args */
NULL, /* no out_args */
NULL, /* no invoker */
},
{
"InvalidateAllInitgroups", /* name */
NULL, /* no in_args */
NULL, /* no out_args */
NULL, /* no invoker */
},
{ NULL, }
};
/* interface info for org.freedesktop.sssd.nss.MemoryCache */
const struct sbus_interface_meta iface_nss_memorycache_meta = {
"org.freedesktop.sssd.nss.MemoryCache", /* name */
NULL, /* no signals */
NULL, /* no properties */
sbus_invoke_get_all, /* GetAll invoker */
};
/* invokes a handler with a 'ssau' DBus signature */
{
const char * arg_0;
const char * arg_1;
int len_2;
int (*handler)(struct sbus_request *, void *, const char *, const char *, uint32_t[], int) = function_ptr;
return EOK; /* request handled */
}
len_2);
}