summaryrefslogtreecommitdiffstats
path: root/src/responder/ifp/ifp_iface.xml
blob: 4893e2df5bd23ff8c3a445e7a665b374586eb90f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!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>

    </interface>
</node>