ifp_iface.xml revision 590582be38cdbfde387fcc57df92903d48c5a083
<!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.infopipe">
<annotation value="infopipe_iface" name="org.freedesktop.DBus.GLib.CSymbol"/>
<method name="Ping">
<!-- manual argument parsing, raw handler -->
<annotation name="org.freedesktop.sssd.RawHandler" value="true"/>
</method>
<method name="GetUserAttr">
<arg name="user" type="s" direction="in" />
<arg name="attr" type="as" direction="in" />
<arg name="values" type="a{sv}" direction="out"/>
<annotation name="org.freedesktop.sssd.RawHandler" value="true"/>
</method>
<method name="GetUserGroups">
<arg name="user" type="s" direction="in" />
<arg name="values" type="as" direction="out"/>
</method>
<method name="FindDomainByName">
<arg name="name" type="s" direction="in" />
<arg name="domain" type="o" direction="out"/>
</method>
<method name="ListDomains">
<arg name="domain" type="ao" direction="out"/>
</method>
</interface>
</node>