Classes | |
class | LoginCookie |
Functions | |
def | _createCheckVal |
def | checkLoginCookie |
def | clearLoginCookie |
def | generateCookie |
def | getDomain |
def | getPersistCookie |
def | issueLoginCookie |
def | main |
def | parseLoginCookie |
def | setPersistCookie |
def | test |
def | usage |
def webui.auth.cookieauth._createCheckVal | ( | username, | |
issued_at, | |||
pw_hash, | |||
vcode | |||
) | [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.