| Trees | Indices | Help |
|
|---|
object --+ | core.Component --+ | PermissionSystem
Inherited from core.Component :
__metaclass__
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
Inherited from core.Component :
__new__ ,
implements
True
<ExtensionOption [trac] "permission_store">
<OrderedExtensionsOption [trac] "permission_policies">
5
60
Inherited from object:
__class__
Return the permissions of the specified user.
The return value is a dictionary containing all the actions as keys, and
a boolean value. True means that the permission is granted, False
means the permission is denied.
Return all permissions for all users.
The permissions are returned as a list of (subject, action) formatted tuples.
Return all users that have the specified permission.
Users are returned as a list of user names.
Implement the global TRAC_ADMIN meta permission.
Implements also the EMAIL_VIEW permission which allows for
showing email addresses even if [trac] show_email_addresses
is false.
| Trees | Indices | Help |
|
|---|