Project

General

Profile

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

git_sitools_idoc / flarecast / data / authorizations / map / string@urn%3Auuid%3AUserInscriptionApplication%3Atype%3Afr.cnes.sitools.inscription.UserInscriptionApplication.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
5
-&gt; Administrator must have all authorizations-&gt; Public user must have at least POST right in order to register</description>
6
  <url>/sitools/inscriptions/user</url>
7
  <authorizations>
8
    <authorize>
9
      <role>Administrator</role>
10
      <ALL>true</ALL>
11
      <POST>false</POST>
12
      <GET>false</GET>
13
      <PUT>false</PUT>
14
      <DELETE>false</DELETE>
15
      <HEAD>false</HEAD>
16
      <OPTIONS>false</OPTIONS>
17
    </authorize>
18
    <authorize>
19
      <role>public</role>
20
      <ALL>false</ALL>
21
      <POST>true</POST>
22
      <GET>true</GET>
23
      <PUT>false</PUT>
24
      <DELETE>false</DELETE>
25
      <HEAD>false</HEAD>
26
      <OPTIONS>false</OPTIONS>
27
    </authorize>
28
  </authorizations>
29
</resourceAuthorization>