Changes between Version 26 and Version 27 of BluePrintAuthenticationAccess
- Timestamp:
- 01/10/09 11:11:29 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthenticationAccess
v26 v27 1 This page hosts the detailed specification for the [https://blueprints.launchpad.net/sahanapy/+spec/authentication-authorization Blueprint for Authentication & Access].1 This page hosts the detailed specification for the [https://blueprints.launchpad.net/sahanapy/+spec/authentication-authorization Blueprint for Authentication, Authorization & Accounting]. 2 2 3 Authentication is the act of establishing or confirming someone's identity.[[BR]] 4 Authorization is the concept of allowing access to resources only to those permitted to use them. 3 '''Authentication''' is the act of establishing or confirming someone's identity.[[BR]] 4 '''Authorization''' is the concept of allowing access to resources only to those permitted to use them.[[BR]] 5 '''Accounting''' refers to the tracking of user actions - an audit trail.[[BR]] 5 6 6 7 == Authentication == … … 71 72 * Zope uses: {{{has_permission(permission_name, view_or_controller)}}} and/or {{{user.has_role(custom_role)}}} methods 72 73 74 == Accounting == 75 Some deployments need the ability log all activity. 76 77 We should probably support this by adding hooks into the [wiki:BluePrintREST RESTlike controller] 78 73 79 ---- 74 80 BluePrints