Package bscw ::
Package api ::
Module ap_get_access_rights_all
|
|
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
|
param_def()
return the parameter definition |
|
|
|
do_it(request,
object_id,
get_roles=False)
see above |
|
|
|
access_rights_all(request,
obj,
get_roles=False) |
|
|