Project

General

Profile

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

git_sitools_idoc / flarecast / data / authorizations / map / string@urn%3Auuid%3Aclient-user%3Atype%3Afr.cnes.sitools.applications.ClientUserApplication.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
      <POST>false</POST>
11
      <GET>false</GET>
12
      <PUT>false</PUT>
13
      <DELETE>false</DELETE>
14
      <HEAD>false</HEAD>
15
      <OPTIONS>false</OPTIONS>
16
    </authorize>
17
    <authorize>
18
      <role>public</role>
19
      <ALL>false</ALL>
20
      <POST>false</POST>
21
      <GET>true</GET>
22
      <PUT>false</PUT>
23
      <DELETE>false</DELETE>
24
      <HEAD>false</HEAD>
25
      <OPTIONS>false</OPTIONS>
26
    </authorize>
27
  </authorizations>
28
</resourceAuthorization>