summaryrefslogtreecommitdiffstats
path: root/src/responder/nss/nss_iface.xml
blob: 27aae019758c49ab7ec04161394d58da88077b60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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.nss.MemoryCache">
        <annotation value="iface_nss_memorycache" name="org.freedesktop.DBus.GLib.CSymbol"/>
        <method name="UpdateInitgroups">
            <arg name="user" type="s" direction="in" />
            <arg name="domain" type="s" direction="in" />
            <arg name="groups" type="au" direction="in" />
        </method>
        <method name="InvalidateAllUsers">
        </method>
        <method name="InvalidateAllGroups">
        </method>
        <method name="InvalidateAllInitgroups">
        </method>
    </interface>
</node>