-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathorg.opensuse.Agama.Users1.bus.xml
More file actions
66 lines (66 loc) · 2.54 KB
/
org.opensuse.Agama.Users1.bus.xml
File metadata and controls
66 lines (66 loc) · 2.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="UTF-8"?>
<node name="/org/opensuse/Agama/Users1">
<interface name="org.freedesktop.DBus.Introspectable">
<method name="Introspect">
<arg name="xml_data" direction="out" type="s"/>
</method>
</interface>
<interface name="org.freedesktop.DBus.Properties">
<method name="Get">
<arg name="interface_name" direction="in" type="s"/>
<arg name="property_name" direction="in" type="s"/>
<arg name="value" direction="out" type="v"/>
</method>
<method name="Set">
<arg name="interface_name" direction="in" type="s"/>
<arg name="property_name" direction="in" type="s"/>
<arg name="val" direction="in" type="v"/>
</method>
<method name="GetAll">
<arg name="interface_name" direction="in" type="s"/>
<arg name="value" direction="out" type="a{sv}"/>
</method>
<signal name="PropertiesChanged">
<arg name="interface" type="s"/>
<arg name="changed_properties" type="a{sv}"/>
<arg name="invalidated_properties" type="as"/>
</signal>
</interface>
<interface name="org.opensuse.Agama.Users1">
<method name="SetRootPassword">
<arg name="Value" direction="in" type="s"/>
<arg name="Hashed" direction="in" type="b"/>
<arg name="result" direction="out" type="u"/>
</method>
<method name="RemoveRootPassword">
<arg name="result" direction="out" type="u"/>
</method>
<method name="SetRootSSHKey">
<arg name="Value" direction="in" type="s"/>
<arg name="result" direction="out" type="u"/>
</method>
<method name="SetFirstUser">
<arg name="FullName" direction="in" type="s"/>
<arg name="UserName" direction="in" type="s"/>
<arg name="Password" direction="in" type="s"/>
<arg name="HashedPassword" direction="in" type="b"/>
<arg name="data" direction="in" type="a{sv}"/>
<arg name="result" direction="out" type="(bas)"/>
</method>
<method name="RemoveFirstUser">
<arg name="result" direction="out" type="u"/>
</method>
<method name="Write">
<arg name="result" direction="out" type="u"/>
</method>
<property type="(sbs)" name="RootUser" access="read"/>
<property type="(sssba{sv})" name="FirstUser" access="read"/>
</interface>
<interface name="org.opensuse.Agama1.Issues">
<property type="a(sssuu)" name="All" access="read"/>
</interface>
<interface name="org.opensuse.Agama1.ServiceStatus">
<property type="aa{sv}" name="All" access="read"/>
<property type="u" name="Current" access="read"/>
</interface>
</node>