Classes | |
class | LoginCookie |
Functions | |
def | _createCheckVal (username, issued_at, pw_hash, vcode) |
def | checkLoginCookie (ncgi, logincookie, authdb, username, userRec) |
def | clearLoginCookie (ncgi, username, domain=None) |
def | generateCookie (username, pw_hash) |
def | getDomain (hdf) |
def | getPersistCookie (hdf) |
def | issueLoginCookie (ncgi, authdb, username, pw_hash, persist=None) |
def | main (argv, stdout, environ) |
def | parseLoginCookie (ncgi) |
def | setPersistCookie (ncgi, persist) |
def | test () |
def | usage (progname) |
usage: %(progname)s [args]
|
private |
Definition at line 18 of file cookieauth.py.
def webui.auth.cookieauth.checkLoginCookie | ( | ncgi, | |
logincookie, | |||
authdb, | |||
username, | |||
userRec | |||
) |
Definition at line 128 of file cookieauth.py.
def webui.auth.cookieauth.clearLoginCookie | ( | ncgi, | |
username, | |||
domain = None |
|||
) |
Definition at line 89 of file cookieauth.py.
def webui.auth.cookieauth.generateCookie | ( | username, | |
pw_hash | |||
) |
Definition at line 33 of file cookieauth.py.
def webui.auth.cookieauth.getDomain | ( | hdf | ) |
Definition at line 40 of file cookieauth.py.
def webui.auth.cookieauth.getPersistCookie | ( | hdf | ) |
Definition at line 50 of file cookieauth.py.
def webui.auth.cookieauth.issueLoginCookie | ( | ncgi, | |
authdb, | |||
username, | |||
pw_hash, | |||
persist = None |
|||
) |
Definition at line 61 of file cookieauth.py.
def webui.auth.cookieauth.main | ( | argv, | |
stdout, | |||
environ | |||
) |
Definition at line 164 of file cookieauth.py.
def webui.auth.cookieauth.parseLoginCookie | ( | ncgi | ) |
Definition at line 105 of file cookieauth.py.
def webui.auth.cookieauth.setPersistCookie | ( | ncgi, | |
persist | |||
) |
Definition at line 57 of file cookieauth.py.
def webui.auth.cookieauth.test | ( | ) |
Definition at line 158 of file cookieauth.py.
def webui.auth.cookieauth.usage | ( | progname | ) |
Definition at line 161 of file cookieauth.py.