Changes between Version 27 and Version 28 of Modules/Auth
- Timestamp:
- 2011-01-18T13:00:01+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Modules/Auth
v27 v28 101 101 102 102 Proposed solution 2: superclass 103 * There is an interface !RowLevelSecurity that contains fields [owner: mref->!MolgenisUser, shareRead: mref->!MolgenisRole, shareWrite: mref->!MolgenisRole]. [[BR]]Thus a user can choose to share data with the selected groups or individuals.103 * There is an interface !RowLevelSecurity that contains fields [owner: xref->!MolgenisUser, shareRead: xref->!MolgenisGroup, shareWrite: xref->!MolgenisGroup]. [[BR]]Thus a user can choose to share data with the selected groups or individuals. 104 104 > R1: We don't think it is desireable to change the entities by adding three mref's. 105 105 > R2: Interfaces currently cannot contain mref's. Why?