Package bscw ::
Package api ::
Package moin ::
Module ap_authmoin
|
|
Module ap_authmoin
checks the authentication according the authentication cookies.
If a workspace list of workspace ids is given, only members of these
workspaces are regarded. Returns, if OK, a list with userid, fullname
and email address otherwise an empty list.
API definition::
API = (('auth_val', 'ASCII string', 1),
('wslist', 'array', 0, [('item', 'int', 1)]))
(c) Fraunhofer FIT, 2006
|
param_def()
return the parameter definition |
|
|
|
do_it(request,
auth_val,
wslist=[ ] ) |
|
|
|
handle_it(request,
auth_val,
wslist) |
|
|
|
exec_it(request,
auth_val,
wslist) |
|
|
|
|