Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

General

Permissions can be added to the FEWS configuration to allow users (user groups) to access Explorer tasks, Data Editor functions, Filters, etc..  Permissions can be optionally configured in the following configuration files:

...

  • Configure optional permission names in any of the above described configuration files.
  • Create the permissions in the permissions configuration file (Permissions 1.00 default.xml) and configure usergroup names which should have access to the permissions.
  • Create the usergroups in in the usergroup configuration file (Usergroups 1.00 default.xml) and assign them user names.

Configure optional permission names

This can be achieved by adding the optional permission tag to the configuration and give it a self-describing name.

Create the permissions configuration file

When available on the file system, the name of the XML file is for example:

      Permissions 1.00 default.xml

      Permissions                            Fixed file name for the permissions configuration

      1.00                                            Version 00                                       Version number

default                                         Flag       default                                    Flag to indicate the version is the default configuration (otherwise omitted).


Figure 3 Elements in the Permissions configuration

Code Block
xml
xml
titlePermissions 1.00 default.xml

<?xml version="1.0" encoding="UTF-8"?>
<permissions xmlns=".....">
	<permission id="AllowDataEditor">
		<userGroup id="Hydroloog"/>
		<userGroup id="Veldmedewerker"/>
	</permission>
	<permission id="AllowManualForecast">
		<userGroup id="Hydroloog"/>
	</permission>
	<permission id="AllowLabelEditor">
		<userGroup id="Hydroloog"/>
	</permission>
	<permission id="AllowCommentEditor">
		<userGroup id="Hydroloog"/>
		<userGroup id="Veldmedewerker"/>
	</permission>
	<permission id="AllowValueEditor">
		<userGroup id="Hydroloog"/>
	</permission>
</permissions>
No Format

200001011200 60
200001011300 60
200001011400 60
200001011500 60
Permission

Unique name of the permission

...

When available on the file system, the name of the XML file is for example:

      Usergroups 1.00 default.xml

      Usergroup                             Fixed file name for the module descriptors permissions configuration

      1.00 Version 00                                       Version number

default Flag       default                                    Flag to indicate the version is the default configuration (otherwise omitted).

...