Changes between Initial Version and Version 1 of Ticket #13014, comment 2
- Timestamp:
- Apr 23, 2018, 8:55:00 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13014, comment 2
initial v1 1 1 [52b42e0d/rjollos.git] proposes to make `DefaultPermissionStore.get_user_permissions` unaware of other `IPermissionGroupProvider`s. 2 * `DefaultPermissionStore.get_user_permissions` returns actions for a user that are inherited from `DefaultPermissionStore` groups that the user is a member of.2 * `DefaultPermissionStore.get_user_permissions` still returns actions for a user that are inherited from `DefaultPermissionStore` groups that the user is a member of. 3 3 * `PermissionSystem.get_user_permissions` is responsible for determining group membership for groups defined by other `IPermissionGroupProvider`s. 4 4 * The `IPermissionStore.get_user_permissions` interface is changed to require accepting a tuple of subjects (users and groups).