Changes between Version 7 and Version 8 of BluePrintAuthorizationB
- Timestamp:
- 06/20/10 14:32:20 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthorizationB
v7 v8 37 37 - editor (=the last author of the record) 38 38 39 == Methods ==39 == Functions == 40 40 41 Denial of access: 41 === Denial of access === 42 42 43 - a method'''shn_unauthorized()''' realizes error notification and redirection as appropriate43 - '''shn_unauthorized()''' realizes error notification and redirection as appropriate 44 44 - non-interactive modes: 45 45 - raise a HTTP error and a JSON error message … … 50 50 - shn_unauthorized() takes an optional error message as argument 51 51 52 Module/Controller access: 52 === Module/Controller Access === 53 53 54 54 - access can be restricted inside the controllers using: … … 56 56 - shn_has_role() tests can be combined by '''and''', '''or''' and '''not''' 57 57 58 Table/Record access: 58 === Table/Record Access === 59 59 60 60 - table/record access can be restricted by: