You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

General

Permissions can be optionally configured in the following configuration files:

  • Explorer.xml
    • Use of the data editor window
    • Running forecasts
  • TimeSeriesDisplayConfig.xml
    • Add/Edit values in the data editor window
    • Add/Edit lables in the data editor window
    • Add/Edit comments in the data editor window

Permissions are to be configured as follows

  • Configure optional permission names in any of the above described configuration files
  • Create the permissions in the permissions configuration file and configure usergroup names which should have access to the permissions
  • Create the usergroups in in the usergroup configuration file 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

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 module descriptors configuration1.00 Version number
default Flag to indicate the version is the default configuration (otherwise omitted).


Figure 3 Elements in the Permissions configuration

Permission

Unique name of the permission

Usergroup

Id of each uergroup that is granted the given permission

create the user groups

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 configuration

1.00 Version number

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


Figure 4 Elements in the Usergroups configuration

Usergroup

Base tag for a usergroup configure one for each user group. Usergroups can contain other usergroups.

User

Name of the user that belongs to the usergroup. Users can be placed in multiple usergroups.

  • No labels