Classes | Functions | Variables
webui.auth.db_auth Namespace Reference

Classes

class  AuthDB
 
class  BrowserTable
 
class  UserLoginTable
 
class  UserRecord
 
class  UserTable
 
class  VCodeTable
 

Functions

def createDB ()
 
def exists (username)
 
def fullDBPath (path_to_store)
 
def initSchema (create=0, timeout=None)
 
def main (argv, stdout, environ)
 
def test ()
 
def usage (progname)
 

Variables

string gDBFilename = "auth"
 
string gDBSubPath = "host"
 
string gDBTablePrefix = "auth"
 

Detailed Description

usage: %(progname)s [args]

Function Documentation

def webui.auth.db_auth.createDB ( )

Definition at line 228 of file db_auth.py.

def webui.auth.db_auth.exists (   username)

Definition at line 220 of file db_auth.py.

def webui.auth.db_auth.fullDBPath (   path_to_store)

Definition at line 193 of file db_auth.py.

def webui.auth.db_auth.initSchema (   create = 0,
  timeout = None 
)

Definition at line 196 of file db_auth.py.

def webui.auth.db_auth.main (   argv,
  stdout,
  environ 
)

Definition at line 245 of file db_auth.py.

def webui.auth.db_auth.test ( )

Definition at line 233 of file db_auth.py.

def webui.auth.db_auth.usage (   progname)

Definition at line 242 of file db_auth.py.

Variable Documentation

string webui.auth.db_auth.gDBFilename = "auth"

Definition at line 23 of file db_auth.py.

string webui.auth.db_auth.gDBSubPath = "host"

Definition at line 22 of file db_auth.py.

string webui.auth.db_auth.gDBTablePrefix = "auth"

Definition at line 24 of file db_auth.py.



webui
Author(s): Scott Hassan
autogenerated on Mon Jun 10 2019 15:51:24