Changes between Version 26 and Version 27 of BluePrintAuthenticationAccess


Ignore:
Timestamp:
01/10/09 11:11:29 (16 years ago)
Author:
Fran Boon
Comment:

+Accounting

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].
     1This page hosts the detailed specification for the [https://blueprints.launchpad.net/sahanapy/+spec/authentication-authorization Blueprint for Authentication, Authorization & Accounting].
    22
    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]]
    56
    67== Authentication ==
     
    7172 * Zope uses: {{{has_permission(permission_name, view_or_controller)}}} and/or {{{user.has_role(custom_role)}}} methods
    7273
     74== Accounting ==
     75Some deployments need the ability log all activity.
     76
     77We should probably support this by adding hooks into the [wiki:BluePrintREST RESTlike controller]
     78
    7379----
    7480BluePrints