/* The following declarations are auto-generated from dp_iface.xml */
#ifndef __DP_IFACE_XML__
#define __DP_IFACE_XML__
#include "sbus/sssd_dbus.h"
#include "sbus/sssd_dbus_meta.h"
/* ------------------------------------------------------------------------
* DBus Constants
*
* Various constants of interface and method names mostly for use by clients
*/
/* constants for org.freedesktop.sssd.DataProvider.Client */
/* constants for org.freedesktop.sssd.DataProvider.Backend */
/* constants for org.freedesktop.sssd.DataProvider.Failover */
/* constants for org.freedesktop.sssd.DataProvider.AccessControl */
/* constants for org.freedesktop.sssd.dataprovider */
/* ------------------------------------------------------------------------
* DBus handlers
*
* These structures are filled in by implementors of the different
* dbus interfaces to handle method calls.
*
* Handler functions of type sbus_msg_handler_fn accept raw messages,
* other handlers are typed appropriately. If a handler that is
* set to NULL is invoked it will result in a
* org.freedesktop.DBus.Error.NotSupported error for the caller.
*
* Handlers have a matching xxx_finish() function (unless the method has
* accepts raw messages). These finish functions the
* sbus_request_return_and_finish() with the appropriate arguments to
* construct a valid reply. Once a finish function has been called, the
* @dbus_req it was called with is freed and no longer valid.
*/
/* vtable for org.freedesktop.sssd.DataProvider.Client */
struct iface_dp_client {
};
/* finish function for Register */
/* vtable for org.freedesktop.sssd.DataProvider.Backend */
struct iface_dp_backend {
};
/* finish function for IsOnline */
/* vtable for org.freedesktop.sssd.DataProvider.Failover */
struct iface_dp_failover {
};
/* finish function for ListServices */
int iface_dp_failover_ListServices_finish(struct sbus_request *req, const char *arg_services[], int len_services);
/* finish function for ActiveServer */
/* finish function for ListServers */
int iface_dp_failover_ListServers_finish(struct sbus_request *req, const char *arg_servers[], int len_servers);
/* vtable for org.freedesktop.sssd.DataProvider.AccessControl */
struct iface_dp_access_control {
};
/* finish function for RefreshRules */
/* vtable for org.freedesktop.sssd.dataprovider */
struct iface_dp {
int (*autofsHandler)(struct sbus_request *req, void *data, uint32_t arg_dp_flags, const char *arg_mapname);
int (*hostHandler)(struct sbus_request *req, void *data, uint32_t arg_dp_flags, const char *arg_name, const char *arg_alias);
int (*getAccountInfo)(struct sbus_request *req, void *data, uint32_t arg_dp_flags, uint32_t arg_entry_type, const char *arg_filter, const char *arg_domain, const char *arg_extra);
int (*getAccountDomain)(struct sbus_request *req, void *data, uint32_t arg_entry_type, const char *arg_filter);
};
/* finish function for autofsHandler */
int iface_dp_autofsHandler_finish(struct sbus_request *req, uint16_t arg_dp_error, uint32_t arg_error, const char *arg_error_message);
/* finish function for hostHandler */
int iface_dp_hostHandler_finish(struct sbus_request *req, uint16_t arg_dp_error, uint32_t arg_error, const char *arg_error_message);
/* finish function for getDomains */
int iface_dp_getDomains_finish(struct sbus_request *req, uint16_t arg_dp_error, uint32_t arg_error, const char *arg_error_message);
/* finish function for getAccountInfo */
int iface_dp_getAccountInfo_finish(struct sbus_request *req, uint16_t arg_dp_error, uint32_t arg_error, const char *arg_error_message);
/* finish function for getAccountDomain */
int iface_dp_getAccountDomain_finish(struct sbus_request *req, uint16_t arg_dp_error, uint32_t arg_error, const char *arg_domain_name);
/* ------------------------------------------------------------------------
* DBus Interface Metadata
*
* These structure definitions are filled in with the information about
* the interfaces, methods, properties and so on.
*
* The actual definitions are found in the accompanying C file next
* to this header.
*/
/* interface info for org.freedesktop.sssd.DataProvider.Client */
extern const struct sbus_interface_meta iface_dp_client_meta;
/* interface info for org.freedesktop.sssd.DataProvider.Backend */
extern const struct sbus_interface_meta iface_dp_backend_meta;
/* interface info for org.freedesktop.sssd.DataProvider.Failover */
extern const struct sbus_interface_meta iface_dp_failover_meta;
/* interface info for org.freedesktop.sssd.DataProvider.AccessControl */
extern const struct sbus_interface_meta iface_dp_access_control_meta;
/* interface info for org.freedesktop.sssd.dataprovider */
extern const struct sbus_interface_meta iface_dp_meta;
#endif /* __DP_IFACE_XML__ */