Changes between Version 8 and Version 9 of BluePrintAuthorizationB


Ignore:
Timestamp:
06/20/10 14:35:22 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthorizationB

    v8 v9  
    44== General model ==
    55
     6=== Authorizable Methods ===
     7
    68Authorization is implemented for the following methods:
    79
    8   - module access
    9   - controller access
     10  - module access (execute, all controllers of the module)
     11  - controller access (execute)
    1012  - table access (create/read/update/delete and custom method)
    1113  - record access (create/read/update/delete and custom method)
     14
     15=== Basic Policy ===
    1216
    1317Authorization policy is implemented as:
     
    1519  - if a method is not restricted, then it is accessible for everyone
    1620  - if a method is restricted, then permission must be explicitly granted, otherwise it is denied (Allow=>Deny order)
     21
     22=== Roles ===
    1723
    1824Permissions are assigned to roles (not to individual users):