Project

General

Profile

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

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

1
<resourceAuthorization>
2
  <id>urn:uuid:UserInscriptionApplication:type:fr.cnes.sitools.inscription.UserInscriptionApplication</id>
3
  <name>UserInscriptionApplication</name>
4
  <description>User inscription management on client side</description>
5
  <url>/sitools/inscriptions/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>true</POST>
21
    </authorize>
22
  </authorizations>
23
</resourceAuthorization>