Project

General

Profile

Download (1.06 KB) Statistics
| Branch: | Revision:

git_sitools_idoc / flarecast / data / authorizations / map / string@urn%3Auuid%3APublic%3Atype%3Afr.cnes.sitools.applications.PublicApplication.xml @ master

1
<resourceAuthorization>
2
  <id>urn:uuid:Public:type:fr.cnes.sitools.applications.PublicApplication</id>
3
  <name>Public</name>
4
  <description>web client application for public resources used by other sitools client applications -&gt; Administrator must have all authorizations on this application
5
-&gt; Public user must have at least GET and PUT authorizations on this application
6
PUT authorization is used to reset User password</description>
7
  <url>/sitools</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>true</PUT>
25
      <DELETE>false</DELETE>
26
      <HEAD>false</HEAD>
27
      <OPTIONS>false</OPTIONS>
28
    </authorize>
29
  </authorizations>
30
  <lastAuthorizationUpdate>2014-12-12 15:08:32.287 CET</lastAuthorizationUpdate>
31
</resourceAuthorization>