Project

General

Profile

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

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

1
<resourceAuthorization>
2
  <id>f855db31-0226-4f5d-abae-51052044f6f6</id>
3
  <name>PostgresDataView</name>
4
  <description>Exposition of the dataset PostgresDataView
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>/pgDataV</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>