Decide who can do what.
|
__init__(self,
default_action=False,
auth=None,
useHttpHeader=False,
httpLoginUrl=False,
**kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
getUsername(self,
request)
Get the userid of the user |
source code
|
|
|
getUsernameHTML(self,
request)
Get the user formatated in html (with possible link to email) |
source code
|
|
|
getUsernameFull(self,
request)
Get the full username as fullname <email> |
source code
|
|
|
|
|
advertiseAction(self,
action,
request)
Should the web interface even show the form for ACTION? |
source code
|
|
|
actionAllowed(self,
action,
request,
*args)
Is this ACTION allowed, given this http REQUEST? |
source code
|
|
|
login(self,
request)
Login one user, and return session cookie |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|