Restricting data access

Restricting Data Access in MDriven can be achieved in 3 ways including the following ways.

Below is a sample model, with a singleton class that has 2 attributes: Allowed Access and Interested as Booleans.

Access Groups

Documentation Restricting data access 1729507697380.png


Create Access Groups through the AccessGroups Editor in the Designer as shown below.

Add this OCL Expression in the View Enable Expression (Enable of ViewModel edit Controls).

Singleton.oclSingleton.AllowedAccess

To enable the AccessGroup on a ViewModel, click on the 3 dots at the extreme end of the AccessGroups label. This will load the Access groups view. Select the access group to control the page:

1️⃣Documentation Restricting data access 1729510330368.png

2️⃣Documentation Restricting data access 1729510710335.png

Run the application in the browser and select the different Access groups. Observe the page response when the different access group to which the page is not attached responds as shown above.

Interest Groups

Note that interest groups are evaluated after access groups. Access groups control whether we can show the tagged action to the user or not. Interest groups only control the visibility of a tagged action. They are also used to declutter the left-side menu.

ViewModel-Enable

Documentation Restricting data access 1729512564921.png See also:

This page was edited 15 days ago on 10/29/2024. What links here