Project

General

Profile

Download (742 Bytes) Statistics
| Branch: | Revision:

git_sitools_idoc / flarecast / data / TESTS_FONCTIONNELS / authorizations / int@58.xml @ master

1
<resourceAuthorization>
2
  <id>ee65412e-bee0-4059-a351-a1450f94a19d</id>
3
  <name>MysqlDataView</name>
4
  <description>Exposition of the dataset MysqlDataView
5
-&gt; Administrator must have all authorizations on this application
6
-&gt; Public user must have at least GET/PUT/DELETE authorizations on this application
7
PUT and DELETE authorizations are for SvaTasks managment</description>
8
  <url>/msqlData</url>
9
  <authorizations>
10
    <authorize>
11
      <role>Administrator</role>
12
      <POST>true</POST>
13
      <GET>true</GET>
14
      <PUT>true</PUT>
15
      <DELETE>true</DELETE>
16
      <OPTIONS>true</OPTIONS>
17
    </authorize>
18
    <authorize>
19
      <role>public</role>
20
      <GET>true</GET>
21
    </authorize>
22
  </authorizations>
23
</resourceAuthorization>