-
Notifications
You must be signed in to change notification settings - Fork 2
/
aclOption.xml
109 lines (104 loc) · 3.61 KB
/
aclOption.xml
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="UTF-8"?>
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/vortex/aclOption.xsd">
<import>
<categories>
<!-- api -->
<category name="api.user">
<objecttype>at.megathorx.wsc_api.apiSecret</objecttype>
</category>
<category name="api.group">
<objecttype>at.megathorx.wsc_api.apiSecret</objecttype>
</category>
<category name="api.trophy">
<objecttype>at.megathorx.wsc_api.apiSecret</objecttype>
</category>
<category name="api.thread">
<objecttype>at.megathorx.wsc_api.apiSecret</objecttype>
</category>
<category name="api.post">
<objecttype>at.megathorx.wsc_api.apiSecret</objecttype>
</category>
<!-- /api -->
</categories>
<options>
<!-- api.user -->
<option name="canFetchUserData">
<categoryname>api.user</categoryname>
<objecttype>at.megathorx.wsc_api.apiSecret</objecttype>
</option>
<option name="canLoginUser">
<categoryname>api.user</categoryname>
<objecttype>at.megathorx.wsc_api.apiSecret</objecttype>
</option>
<option name="canCreateUser">
<categoryname>api.user</categoryname>
<objecttype>at.megathorx.wsc_api.apiSecret</objecttype>
</option>
<option name="canDeleteUser">
<categoryname>api.user</categoryname>
<objecttype>at.megathorx.wsc_api.apiSecret</objecttype>
</option>
<option name="canUpdateUserName">
<categoryname>api.user</categoryname>
<objecttype>at.megathorx.wsc_api.apiSecret</objecttype>
</option>
<option name="canUpdateUserWscApiId">
<categoryname>api.user</categoryname>
<objecttype>at.megathorx.wsc_api.apiSecret</objecttype>
</option>
<option name="canUpdateUserOptions">
<categoryname>api.user</categoryname>
<objecttype>at.megathorx.wsc_api.apiSecret</objecttype>
</option>
<option name="canCreateNotification">
<categoryname>api.user</categoryname>
<objecttype>at.megathorx.wsc_api.apiSecret</objecttype>
</option>
<!-- /api.user -->
<!-- api.group -->
<option name="canFetchGroupData">
<categoryname>api.group</categoryname>
<objecttype>at.megathorx.wsc_api.apiSecret</objecttype>
</option>
<option name="canGroupAddMember">
<categoryname>api.group</categoryname>
<objecttype>at.megathorx.wsc_api.apiSecret</objecttype>
</option>
<option name="canGroupRemoveMember">
<categoryname>api.group</categoryname>
<objecttype>at.megathorx.wsc_api.apiSecret</objecttype>
</option>
<!-- /api.group -->
<!-- api.trophy -->
<option name="canFetchTrophyData">
<categoryname>api.trophy</categoryname>
<objecttype>at.megathorx.wsc_api.apiSecret</objecttype>
</option>
<option name="canTrophyAddUser">
<categoryname>api.trophy</categoryname>
<objecttype>at.megathorx.wsc_api.apiSecret</objecttype>
</option>
<option name="canTrophyRemoveUser">
<categoryname>api.trophy</categoryname>
<objecttype>at.megathorx.wsc_api.apiSecret</objecttype>
</option>
<!-- /api.trophy -->
<!-- api.thread -->
<option name="canFetchThreadData">
<categoryname>api.thread</categoryname>
<objecttype>at.megathorx.wsc_api.apiSecret</objecttype>
</option>
<option name="canCreateThread">
<categoryname>api.thread</categoryname>
<objecttype>at.megathorx.wsc_api.apiSecret</objecttype>
</option>
<!-- /api.thread -->
<!-- api.post -->
<option name="canFetchPostData">
<categoryname>api.post</categoryname>
<objecttype>at.megathorx.wsc_api.apiSecret</objecttype>
</option>
<!-- /api.post -->
</options>
</import>
</data>