Project

General

Profile

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

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

1
<resourceAuthorization>
2
  <id>urn:uuid:StorageApplication:type:fr.cnes.sitools.service.storage.StorageApplication</id>
3
  <name>StorageApplication</name>
4
  <description>Administration of Storage service</description>
5
  <url>/sitools/datastorage</url>
6
  <authorizations>
7
    <authorize>
8
      <role>Administrator</role>
9
      <ALL>true</ALL>
10
      <POST>false</POST>
11
      <GET>false</GET>
12
      <PUT>false</PUT>
13
      <DELETE>false</DELETE>
14
      <HEAD>false</HEAD>
15
      <OPTIONS>false</OPTIONS>
16
    </authorize>
17
    <authorize>
18
      <role>public</role>
19
      <ALL>false</ALL>
20
      <POST>false</POST>
21
      <GET>true</GET>
22
      <PUT>false</PUT>
23
      <DELETE>false</DELETE>
24
      <HEAD>false</HEAD>
25
      <OPTIONS>false</OPTIONS>
26
    </authorize>
27
  </authorizations>
28
</resourceAuthorization>