Project

General

Profile

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

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

1
<resourceAuthorization>
2
  <id>urn:uuid:OrdersFolderApplication:type:fr.cnes.sitools.applications.OrdersFolderApplication</id>
3
  <name>OrdersFolderApplication</name>
4
  <description>Application to access a folder dedicated to orders management
5
-&gt; administrator user can have GET/POST/PUT/DELETE authorizations to access, add or delete files or folder
6
-&gt; public must not have GET authorization not to access the folders</description>
7
  <url>/sitools/adminData</url>
8
  <authorizations>
9
    <authorize>
10
      <role>Administrator</role>
11
      <ALL>true</ALL>
12
    </authorize>
13
  </authorizations>
14
</resourceAuthorization>