Edgewall Software

Changes between Version 36 and Version 37 of TracFineGrainedPermissions


Ignore:
Timestamp:
Nov 26, 2011, 8:36:13 PM (12 years ago)
Author:
m.jason.miller@…
Comment:

Another one…

Legend:

Unmodified
Added
Removed
Modified
  • TracFineGrainedPermissions

    v36 v37  
    5858as policies will be examined in the sequence provided.
    5959
    60 A policy will return either `True`, `False` or `None` for a given permission check. `True` is returned if the policy explicitly grants the permission. `False` is returned if the policy explicitly denies the permission. `None` is returned if the policy is unable to either grant of deny the permission.
     60A policy will return either `True`, `False` or `None` for a given permission check. `True` is returned if the policy explicitly grants the permission. `False` is returned if the policy explicitly denies the permission. `None` is returned if the policy is unable to either grant or deny the permission.
    6161
    6262NOTE: Only if the return value is `None` will the ''next'' permission policy be consulted.