Package bscw :: Package api :: Module ap_get_access_rights_all
[hide private]

Module ap_get_access_rights_all

get access rights of all users
   returns dictionary of users and their allowed actions
   or if get_roles is True
   returns dictionary of roles and their members and allowed actions

API definition::

 API = (('object_id', 'ASCII string', 1),
        ('get_roles', 'boolean', 0))

(c) Fraunhofer FIT, 2005


Version: $Rev: 20112 $

Functions [hide private]
 
param_def()
return the parameter definition
 
do_it(request, object_id, get_roles=False)
see above
 
access_rights_all(request, obj, get_roles=False)
Variables [hide private]
  __package__ = 'bscw.api'