<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
<node>
<interface name="org.freedesktop.sssd.DataProvider.Client">
<method name="Register">
<arg name="Name" type="s" direction="in" />
</method>
</interface>
<interface name="org.freedesktop.sssd.DataProvider.Backend">
<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">
<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.AccessControl">
<method name="RefreshRules">
</method>
</interface>
<interface name="org.freedesktop.sssd.dataprovider">
<method name="pamHandler">
<!-- arguments parsed manually, raw handler -->
</method>
<method name="sudoHandler">
<!-- arguments parsed manually, raw handler -->
</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="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>
<method name="getAccountDomain">
<arg name="entry_type" type="u" direction="in" />
<arg name="filter" type="s" direction="in" />
<arg name="dp_error" type="q" direction="out" />
<arg name="error" type="u" direction="out" />
<arg name="domain_name" type="s" direction="out" />
</method>
</interface>
</node>