Definition of Predicted Resource
The Role Based Access Control (RBAC) system predicts what resources each user should have.It does so as follows:
- For each user, look up a set of Business Roles.
- For each of the Business Roles, look up a set of Resources.
- Repeat the above step for Nested Roles.