| Home | Trees | Index | Help |
|
|---|
| Package lemon :: Package auth :: Package drivers :: Module db :: Class DB |
|
Base --+
|
DB
Database interface to the authorisation code.
| Method Summary | |
|---|---|
__init__(self,
conn)
| |
getEmail(self,
username)
| |
getFirstname(self,
username)
| |
Returns a tuple where the first and only entry is a tuple containg the username, password, and accesslevel for the user named username and the application named name. | |
getLoginInfo(self,
username)
| |
getPassword(self,
username)
| |
| Method Details |
|---|
getInfo(self, name, username)Returns a tuple where the first and only entry is a tuple containg the username, password, and accesslevel for the user named username and the application named name. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Mon Nov 10 15:08:29 2003 | http://epydoc.sf.net |