Versions Compared

Key

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

...

Section
bordertrue


Column
width50%


What

Permissions.xml

Config group

SystemConfigFiles

Required

no

Description

Set permissions for user groups

schema location

http

https://

fews

fewsdocs.

wldelft

deltares.nl/schemas/version1.0/permissions.xsd



Column
width50%


What

UserGroups.xml

Config group

SystemConfigFiles

Required

no

Description

Define user groups

schema location

http

https://

fews

fewsdocs.

wldelft

deltares.nl/schemas/version1.0/userGroups.xsd



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:

...

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 number

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


Figure 3 Elements in the Permissions configuration

...

When available on the file system, the name of the XML file is for example:      Usergroups 1.00 default.xml

      Usergroups                             Fixed file name for the user group configuration

      1.00                                        Version number

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


Figure 4 Elements in the Usergroups configuration

...

Code Block
xml
xml
titleExplorer 1.00 default.xml
....
	<explorerTask name="Data Editor">
		<iconFile>%FEWSDIR%/icons/table.gif</iconFile>
		<mnemonic>E</mnemonic>
		<arguments>table</arguments>
		<taskClass>nl.wldelft.fews.gui.plugin.timeseries.TimeSeriesDialog</taskClass>
		   
        <predefinedDisplay>time series dialog</predefinedDisplay>
        <toolbarTask>false</toolbarTask>
		<menubarTask>true</menubarTask>
		<accelerator>ctrl E</accelerator>
		<permission>AllowDataEditor</permission>
	</explorerTask>
....

...