|
Integrating Security into the Application |
|
|
MoreMotion Security System can be utilized to protect the accessing of MoreMotion units such as pages, data sources and process templates. The security can be implemented even on page parts to implement detailed protection functionality. Protecting the pages from unauthorized access You can configure the accessControl element in a page configuration. The following definition will allow only the users that are logged in to the system and that have CAN_VIEW_PERSONNEL_DATA privilege to see the page.
See Page Configuration. Protecting the data sources from unauthorized access You can configure the accessControl element in a data source configuration. The following data source provides data for the users who logged in to the system and who has CAN_VIEW_SALARY privilege to see the page.
You can configure the accessControl element in a process template configuration. The following process template can only be executed by the users who logged in to the system and who has STOCK_ADMIN role.
Protecting a command button from unauthorized use In XSL StyleSheets you can test the existence of a checkpoint and display, e.g. a command button only if the user has a certain privilege
Protecting a table column from unauthorized browse In XSL StyleSheets you can test the existence of a checkpoint and display, e.g. a table column only if the user has a certain privilege.
|