...
- USER
The USER role grants access to Taskana. USER is everybody who gets assigned to and completes tasks. - BUSINESS_ADMINISTRATOR
The BUSINESS_ADMINITRATOR role allows to change the business configuration (workbaskets, classifications, ...) - ADMINISTRATOR
The ADMINISTRATOR role includes all permissions on the system. - MONITOR
The MONITOR role grants access to all monitoring operations and to the monitoring UI.
Since Taskana is based on JAAS, it provides a basic role mapping for Principals to roles. This is configured in the TaskanaEngineConfiguration. You can assign a list of Principal names to each role. Taskana will check if one of the user principals is contained in the required role.
...