Project

General

Profile

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

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

1
<resourceAuthorization>
2
  <id>urn:uuid:client-user:type:fr.cnes.sitools.applications.ClientUserApplication</id>
3
  <name>client-user</name>
4
  <description>This application is used by users-&gt; to access the Web client application-&gt; to access the portal page-&gt; to access the desktop page</description>
5
  <url>/sitools/client-user</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>