Project

General

Profile

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

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

1
<resourceAuthorization>
2
  <id>urn:uuid:TemporaryFolderApplication:type:fr.cnes.sitools.applications.TemporaryFolderApplication</id>
3
  <name>TemporaryFolderApplication</name>
4
  <description>Application to access a temporary folder on the server
5
-&gt; administrator user can have GET/POST/PUT/DELETE authorizations to access, add or delete files or folder
6
-&gt; public can have GET authorization to access the folders
7
In order to download files using the ExtJs client, the HTTP-BASIC credentials can be sended in the cookie</description>
8
  <url>/sitools/tmp</url>
9
  <authorizations>
10
    <authorize>
11
      <role>Administrator</role>
12
      <ALL>true</ALL>
13
    </authorize>
14
    <authorize>
15
      <role>public</role>
16
      <ALL>false</ALL>
17
      <GET>true</GET>
18
    </authorize>
19
  </authorizations>
20
</resourceAuthorization>