InterviewSolution
| 1. |
Explain about Access Groups and Access Roles. Differentiate between them. |
|
Answer» Access Group : Access Group is used to RESTRICT access to our application’s functionality. To accomplish varying levels of access control, we can CREATE multiple access groups for the same application. An access group decides on the following:
The Operator ID of a user is used to associate an access group with that user. When a user logs in with more than one access group established, the application associated with the principal access group is used. Privilege inheritance can also be used by security MANAGERS to make the process of allowing the user access to a feature protected by privilege easier. The Data-Admin-Operator-AccessGroup class defines access groups. Access Roles : Through the Access of Role to Object and Access Deny rule types, access roles determine the classes that a user can see, alter, and delete. To grant permissions (capabilities) to users, use an access role name. In requestor type and access group instances, access roles can be mentioned. For a range of users, the Pega Platform includes built-in access roles ( names that begin with PegaRULES: ):
The Rule-Access-Role-Name rule type defines access roles. Difference :
|
|