| Zeile 788: |
Zeile 788: |
| | | | |
| | ===Group-Level Authorization=== | | ===Group-Level Authorization=== |
| − |
| |
| − | <br/>
| |
| | | | |
| | The group-level authorization is implemented through group permissions, which a set of boolean values (true/false) allowing/denying access to different resources for group users. The permissions are split into categories and subcategories for easier navigation. | | The group-level authorization is implemented through group permissions, which a set of boolean values (true/false) allowing/denying access to different resources for group users. The permissions are split into categories and subcategories for easier navigation. |
| Zeile 864: |
Zeile 862: |
| | | | |
| | ===Location-Level Authorization=== | | ===Location-Level Authorization=== |
| | + | |
| | + | The location-level authorization means that some location-aware resources like facilities, groups and users can can be assigned to to one or more '''locations''' and/or '''positions''' so that the user can access only those resources, that have the same locations. |
| | + | |
| | + | For example, there are two locations: '''Standort1''' with positions '''P1''' and '''P2''' and '''Standort2''' with positions '''P3''' and '''P4''': |
| | + | |
| | + | |
| | + | [[Datei:FMCU-Server-Locations1.png]] |
| | + | |
| | + | In the above picture, '''All positions''' means '''P1''' and '''P2''' for '''Standort1''' and '''P3''' and '''P4''' for '''Standort2'''. |
| | + | |
| | + | If we take the user '''manager''' and select locations and positions like in the picture below |
| | + | |
| | + | <br/> |
| | + | |
| | + | [[Datei:FMCU-Server-Locations2.png]] |
| | + | |
| | + | <br/> |
| | + | |
| | + | then the user '''manager''' is allwed to access other location-aware resources (users, groups and facilities) like as follows: |
| | + | |
| | + | |
| | + | {| class="wikitable" |
| | + | |+ |
| | + | !Position |
| | + | !Access allowed |
| | + | |- |
| | + | |P1 |
| | + | |Yes |
| | + | |- |
| | + | |P2 |
| | + | |Yes |
| | + | |- |
| | + | |P3 |
| | + | |Yes |
| | + | |- |
| | + | |P4 |
| | + | |No |
| | + | |} |
| | | | |
| | <br /> | | <br /> |