ifp_iface.xml revision c747b0c875785ce693f70b50bdda0237c4b04e35
<
method name="ListBackends">
<
arg name="backends" type="ao" direction="out"/>
<
method name="FindMonitor">
<
arg name="monitor" type="o" direction="out"/>
<
method name="FindResponderByName">
<
arg name="name" type="s" direction="in" />
<
arg name="responder" type="o" direction="out"/>
<
method name="FindBackendByName">
<
arg name="name" type="s" direction="in" />
<
arg name="backend" type="o" direction="out"/>
<
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"/>
<
method name="GetUserGroups">
<
arg name="user" type="s" direction="in" />
<
arg name="values" type="as" direction="out"/>
<
method name="FindDomainByName">
<
arg name="name" type="s" direction="in" />
<
arg name="domain" type="o" direction="out"/>
<
method name="ListDomains">
<
arg name="domain" type="ao" direction="out"/>
<
method name="Disable" />
<
method name="ChangeDebugLevel">
<
arg name="new_level" type="u" direction="in" />
<
method name="ChangeDebugLevelTemporarily">
<
arg name="new_level" type="u" direction="in" />
<
property name="name" type="s" access="read" />
<
property name="debug_level" type="u" access="read" />
<
property name="enabled" type="b" access="read" />
<
property name="type" type="s" access="read" />
SSSD supports multiple interfaces per object path. --> <
property name="providers" type="as" access="read" />
<
property name="name" type="s" access="read"/>
<
property name="provider" type="s" access="read"/>
<
property name="primary_servers" type="as" access="read"/>
<
property name="backup_servers" type="as" access="read"/>
<
property name="min_id" type="u" access="read"/>
<
property name="max_id" type="u" access="read"/>
<
property name="realm" type="s" access="read"/>
<
property name="forest" type="s" access="read"/>
<
property name="login_format" type="s" access="read"/>
<
property name="fully_qualified_name_format" type="s" access="read"/>
<
property name="enumerable" type="b" access="read"/>
<
property name="use_fully_qualified_names" type="b" access="read"/>
<
property name="subdomain" type="b" access="read"/>
<
property name="parent_domain" type="o" access="read"/>
<
method name="FindByName">
<
arg name="name" type="s" direction="in" />
<
arg name="result" type="o" direction="out" />
<
arg name="id" type="u" direction="in" />
<
arg name="result" type="o" direction="out" />
<
method name="ListByName">
<
arg name="name_filter" type="s" direction="in" />
<
arg name="limit" type="u" direction="in" />
<
arg name="result" type="ao" direction="out" />
<
method name="ListByDomainAndName">
<
arg name="domain_name" type="s" direction="in" />
<
arg name="name_filter" type="s" direction="in" />
<
arg name="limit" type="u" direction="in" />
<
arg name="result" type="ao" direction="out"/>