Project

General

Profile

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

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

1
<resourceAuthorization>
2
  <id>urn:uuid:AppRegistryApplication:type:fr.cnes.sitools.registry.AppRegistryApplication</id>
3
  <name>AppRegistryApplication</name>
4
  <description>Application for registering / exposing all applications 
5
Be carrefull with this application, the administrator must have all authorizations
6
Do not stop the application, Do not let public user have PUT/POST/DELETE authorizations</description>
7
  <url>/sitools/applications</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
  </authorizations>
20
</resourceAuthorization>