ifp_iface.xml revision beeef7f627a5ed9264de25ee4c76eb9620c1c984
8214510f125879c3b1d247f2ce981ee20b5375d1Jakub Hrozek<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
8214510f125879c3b1d247f2ce981ee20b5375d1Jakub Hrozek "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
8214510f125879c3b1d247f2ce981ee20b5375d1Jakub Hrozek <interface name="org.freedesktop.sssd.infopipe">
beeef7f627a5ed9264de25ee4c76eb9620c1c984Pavel Březina <annotation value="iface_ifp" name="org.freedesktop.DBus.GLib.CSymbol"/>
dff909d473f43a6bd0f0286fa2d279c0ebe945c6Stef Walter <!-- manual argument parsing, raw handler -->
dff909d473f43a6bd0f0286fa2d279c0ebe945c6Stef Walter <annotation name="org.freedesktop.sssd.RawHandler" value="true"/>
8a1fd0633e85221da1fb63451516a70d66c0af31Pavel Březina <!-- SSSD components -->
8a1fd0633e85221da1fb63451516a70d66c0af31Pavel Březina <arg name="components" type="ao" direction="out"/>
8a1fd0633e85221da1fb63451516a70d66c0af31Pavel Březina <arg name="responders" type="ao" direction="out"/>
8a1fd0633e85221da1fb63451516a70d66c0af31Pavel Březina <arg name="backends" type="ao" direction="out"/>
8a1fd0633e85221da1fb63451516a70d66c0af31Pavel Březina <arg name="monitor" type="o" direction="out"/>
8a1fd0633e85221da1fb63451516a70d66c0af31Pavel Březina <arg name="responder" type="o" direction="out"/>
8a1fd0633e85221da1fb63451516a70d66c0af31Pavel Březina <arg name="backend" type="o" direction="out"/>
2fbe9b9373dcdc28558da07690e57ff7a162a11dJakub Hrozek <arg name="values" type="a{sv}" direction="out"/>
2fbe9b9373dcdc28558da07690e57ff7a162a11dJakub Hrozek <annotation name="org.freedesktop.sssd.RawHandler" value="true"/>
8214510f125879c3b1d247f2ce981ee20b5375d1Jakub Hrozek </interface>
8a1fd0633e85221da1fb63451516a70d66c0af31Pavel Březina <interface name="org.freedesktop.sssd.infopipe.Components">
beeef7f627a5ed9264de25ee4c76eb9620c1c984Pavel Březina <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="iface_ifp_components"/>
8a1fd0633e85221da1fb63451516a70d66c0af31Pavel Březina <arg name="new_level" type="u" direction="in" />
8a1fd0633e85221da1fb63451516a70d66c0af31Pavel Březina <arg name="new_level" type="u" direction="in" />
8a1fd0633e85221da1fb63451516a70d66c0af31Pavel Březina <property name="name" type="s" access="read" />
8a1fd0633e85221da1fb63451516a70d66c0af31Pavel Březina <property name="debug_level" type="u" access="read" />
8a1fd0633e85221da1fb63451516a70d66c0af31Pavel Březina <property name="enabled" type="b" access="read" />
8a1fd0633e85221da1fb63451516a70d66c0af31Pavel Březina <property name="type" type="s" access="read" />
8a1fd0633e85221da1fb63451516a70d66c0af31Pavel Březina <!-- FIXME: This should be part of Components.Backends interface, onece
8a1fd0633e85221da1fb63451516a70d66c0af31Pavel Březina SSSD supports multiple interfaces per object path. -->
8a1fd0633e85221da1fb63451516a70d66c0af31Pavel Březina <property name="providers" type="as" access="read" />
d387c4608dbd3ca056e18e85313ef51aac146fd2Pavel Březina <interface name="org.freedesktop.sssd.infopipe.Domains">
beeef7f627a5ed9264de25ee4c76eb9620c1c984Pavel Březina <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="iface_ifp_domains"/>
d387c4608dbd3ca056e18e85313ef51aac146fd2Pavel Březina <property name="name" type="s" access="read"/>
d387c4608dbd3ca056e18e85313ef51aac146fd2Pavel Březina <property name="provider" type="s" access="read"/>
d387c4608dbd3ca056e18e85313ef51aac146fd2Pavel Březina <property name="primary_servers" type="as" access="read"/>
d387c4608dbd3ca056e18e85313ef51aac146fd2Pavel Březina <property name="backup_servers" type="as" access="read"/>
d387c4608dbd3ca056e18e85313ef51aac146fd2Pavel Březina <property name="min_id" type="u" access="read"/>
d387c4608dbd3ca056e18e85313ef51aac146fd2Pavel Březina <property name="max_id" type="u" access="read"/>
d387c4608dbd3ca056e18e85313ef51aac146fd2Pavel Březina <property name="realm" type="s" access="read"/>
d387c4608dbd3ca056e18e85313ef51aac146fd2Pavel Březina <property name="forest" type="s" access="read"/>
d387c4608dbd3ca056e18e85313ef51aac146fd2Pavel Březina <property name="login_format" type="s" access="read"/>
d387c4608dbd3ca056e18e85313ef51aac146fd2Pavel Březina <property name="fully_qualified_name_format" type="s" access="read"/>
d387c4608dbd3ca056e18e85313ef51aac146fd2Pavel Březina <property name="enumerable" type="b" access="read"/>
d387c4608dbd3ca056e18e85313ef51aac146fd2Pavel Březina <property name="use_fully_qualified_names" type="b" access="read"/>
d387c4608dbd3ca056e18e85313ef51aac146fd2Pavel Březina <property name="subdomain" type="b" access="read"/>
d387c4608dbd3ca056e18e85313ef51aac146fd2Pavel Březina <property name="parent_domain" type="o" access="read"/>