Project

General

Profile

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

git_sitools_idoc / flarecast / data / authorizations / map / string@urn%3Auuid%3ADeveloperApplication%3Atype%3Afr.cnes.sitools.applications.DeveloperApplication.xml @ master

1
<resourceAuthorization>
2
  <id>urn:uuid:DeveloperApplication:type:fr.cnes.sitools.applications.DeveloperApplication</id>
3
  <name>DeveloperApplication</name>
4
  <description>Access the documentation folder, containing usefull information for developpers to extend Sitools
5
-&gt; administrator user can have GET/POST/PUT/DELETE authorizations to access add or delete files or folder
6
-&gt; public user must have GET authorization to access the folders</description>
7
  <url>/sitools/developer</url>
8
  <authorizations>
9
    <authorize>
10
      <role>Administrator</role>
11
      <ALL>true</ALL>
12
    </authorize>
13
    <authorize>
14
      <role>public</role>
15
      <ALL>false</ALL>
16
      <GET>true</GET>
17
    </authorize>
18
  </authorizations>
19
</resourceAuthorization>