summaryrefslogtreecommitdiffstats
path: root/src/responder/ifp/ifp_iface.xml
blob: af75ae88de060b731f14a01b2e99349719817aa9 (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
26
27
28
29
30
31
32
33
34
<!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>