Project

General

Profile

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

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

1
<resourceAuthorization>
2
  <id>urn:uuid:SvaTaskUserApplication:type:fr.cnes.sitools.sva.tasks.SvaTaskUserApplication</id>
3
  <name>SvaTaskUserApplication</name>
4
  <description>SvaTasks managment for a particular user
5
-&gt; Administrator user must have all authorizations-&gt; Public user have automatic access to there particular tasks. If its not there tasks they have the specified access </description>
6
  <url>/sitools/userresource/{identifier}/svaTasks</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
  </authorizations>
19
</resourceAuthorization>