File: org.freedesktop.realmd.Realm.xml

package info (click to toggle)
gnome-shell 50.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 23,516 kB
  • sloc: javascript: 75,567; ansic: 65,750; xml: 1,829; sh: 918; python: 666; makefile: 54
file content (20 lines) | stat: -rw-r--r-- 882 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<node>
  <interface name="org.freedesktop.realmd.Realm">
    <property name="Name" type="s" access="read"/>
    <property name="Configured" type="s" access="read"/>
    <property name="Details" type="a(ss)" access="read"/>
    <property name="LoginFormats" type="as" access="read"/>
    <property name="LoginPolicy" type="s" access="read"/>
    <property name="PermittedLogins" type="as" access="read"/>
    <property name="SupportedInterfaces" type="as" access="read"/>
    <method name="ChangeLoginPolicy">
      <arg name="login_policy" type="s" direction="in"/>
      <arg name="permitted_add" type="as" direction="in"/>
      <arg name="permitted_remove" type="as" direction="in"/>
      <arg name="options" type="a{sv}" direction="in"/>
    </method>
    <method name="Deconfigure">
      <arg name="options" type="a{sv}" direction="in"/>
    </method>
  </interface>
</node>