Project

General

Profile

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

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

1
<resourceAuthorization>
2
  <id>urn:uuid:client-public:type:fr.cnes.sitools.applications.PublicApplication</id>
3
  <name>client-public</name>
4
  <description>web client application for public resources used by other sitools client applications</description>
5
  <url>/sitools</url>
6
  <authorizations>
7
    <authorize>
8
      <role>Administrator</role>
9
      <ALL>true</ALL>
10
    </authorize>
11
    <authorize>
12
      <role>public</role>
13
      <ALL>false</ALL>
14
      <GET>true</GET>
15
    </authorize>
16
  </authorizations>
17
</resourceAuthorization>