<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
<node>
<interface name="org.freedesktop.sssd.nss.MemoryCache">
<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>