Project

General

Profile

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

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

1
<resourceAuthorization>
2
  <id>urn:uuid:UserStorageApplication:type:fr.cnes.sitools.userstorage.UserStorageApplication</id>
3
  <name>UserStorageApplication</name>
4
  <description>Access to users space disk on server
5
The security on this application is a bit different
6
-&gt; The owner of the userstorage has all rights on its userstorage
7
-&gt; Otherwise the application authorizations are used</description>
8
  <url>/sitools/userstorage/{identifier}</url>
9
  <authorizations>
10
    <authorize>
11
      <role>Administrator</role>
12
      <ALL>true</ALL>
13
      <POST>false</POST>
14
      <GET>false</GET>
15
      <PUT>false</PUT>
16
      <DELETE>false</DELETE>
17
      <HEAD>false</HEAD>
18
      <OPTIONS>false</OPTIONS>
19
    </authorize>
20
  </authorizations>
21
</resourceAuthorization>