<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.freedesktop.sssd.DataProvider.Client">
<annotation value="iface_dp_client" name="org.freedesktop.DBus.GLib.CSymbol"/>
<method name="Register">
<arg name="Name" type="s" direction="in" />
</method>
</interface>
<interface name="org.freedesktop.sssd.DataProvider.Backend">
<annotation value="iface_dp_backend" name="org.freedesktop.DBus.GLib.CSymbol"/>
<method name="IsOnline">
<arg name="domain_name" type="s" direction="in" />
<arg name="status" type="b" direction="out" />
</method>
</interface>
<interface name="org.freedesktop.sssd.DataProvider.Failover">
<annotation value="iface_dp_failover" name="org.freedesktop.DBus.GLib.CSymbol"/>
<method name="ListServices">
<arg name="domain_name" type="s" direction="in" />
<arg name="services" type="as" direction="out" />
</method>
<method name="ActiveServer">
<arg name="service_name" type="s" direction="in" />
<arg name="server" type="s" direction="out" />
</method>
<method name="ListServers">
<arg name="service_name" type="s" direction="in" />
<arg name="servers" type="as" direction="out" />
</method>
</interface>
<interface name="org.freedesktop.sssd.dataprovider">
<annotation value="iface_dp" name="org.freedesktop.DBus.GLib.CSymbol"/>
<method name="pamHandler">
<!-- arguments parsed manually, raw handler -->
<annotation name="org.freedesktop.sssd.RawHandler" value="true"/>
</method>
<method name="sudoHandler">
<!-- arguments parsed manually, raw handler -->
<annotation name="org.freedesktop.sssd.RawHandler" value="true"/>
</method>
<method name="autofsHandler">
<arg name="dp_flags" type="u" direction="in" />
<arg name="mapname" type="s" direction="in" />
<arg name="dp_error" type="q" direction="out" />
<arg name="error" type="u" direction="out" />
<arg name="error_message" type="s" direction="out" />
</method>
<method name="hostHandler">
<arg name="dp_flags" type="u" direction="in" />
<arg name="name" type="s" direction="in" />
<arg name="alias" type="s" direction="in" />
<arg name="dp_error" type="q" direction="out" />
<arg name="error" type="u" direction="out" />
<arg name="error_message" type="s" direction="out" />
</method>
<method name="getDomains">
<arg name="domain_hint" type="s" direction="in" />
<arg name="dp_error" type="q" direction="out" />
<arg name="error" type="u" direction="out" />
<arg name="error_message" type="s" direction="out" />
</method>
<method name="getAccountInfo">
<arg name="dp_flags" type="u" direction="in" />
<arg name="entry_type" type="u" direction="in" />
<arg name="attr_type" type="u" direction="in" />
<arg name="filter" type="s" direction="in" />
<arg name="domain" type="s" direction="in" />
<arg name="extra" type="s" direction="in" />
<arg name="dp_error" type="q" direction="out" />
<arg name="error" type="u" direction="out" />
<arg name="error_message" type="s" direction="out" />
</method>
</interface>
</node>