Project

General

Profile

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

git_sitools_idoc / flarecast / data / authorizations / map / string@urn%3Auuid%3Aclient-admin%3Atype%3Afr.cnes.sitools.applications.ClientAdminApplication.xml @ master

1
<resourceAuthorization>
2
  <id>urn:uuid:client-admin:type:fr.cnes.sitools.applications.ClientAdminApplication</id>
3
  <name>client-admin</name>
4
  <description>The application is used by the administrator to access the Web client administrator application
5
-&gt; public user must have GET authorization otherwise the login page will be unavailable
6
-&gt; administrator user must have GET authorization has well</description>
7
  <url>/sitools/client-admin</url>
8
  <authorizations>
9
    <authorize>
10
      <role>Administrator</role>
11
      <ALL>true</ALL>
12
      <POST>false</POST>
13
      <GET>false</GET>
14
      <PUT>false</PUT>
15
      <DELETE>false</DELETE>
16
      <HEAD>false</HEAD>
17
      <OPTIONS>false</OPTIONS>
18
    </authorize>
19
    <authorize>
20
      <role>public</role>
21
      <ALL>false</ALL>
22
      <POST>false</POST>
23
      <GET>true</GET>
24
      <PUT>false</PUT>
25
      <DELETE>false</DELETE>
26
      <HEAD>false</HEAD>
27
      <OPTIONS>false</OPTIONS>
28
    </authorize>
29
  </authorizations>
30
</resourceAuthorization>