<!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>
<method name="InvalidateGroupById">
<arg name="gid" type="u" direction="in" />
</method>
</interface>
</node>