Project

General

Profile

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

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

1
<resourceAuthorization>
2
  <id>c8ebddc1-bb57-4715-b78c-067b8a00fa83</id>
3
  <name>PostgresLiveGrid</name>
4
  <description>Exposition of the dataset PostgresLiveGrid
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>/postgresLiveGrid</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>