From: Rob H. <for...@us...> - 2002-10-17 07:30:50
|
Update of /cvsroot/sandweb/sandweb/doc/API/Auth In directory usw-pr-cvs1:/tmp/cvs-serv27191/Auth Added Files: FlatFile.txt Log Message: started API docs, these all need to be filled out but they now have the basic structure --- NEW FILE --- # SandWeb FlatFile authentication module # # lib/SandWeb/Auth/FlatFile.pm # # This class verifies MD5 passwords for a given username, and returns # true if the user if authentic, false if not. -------------------------------------------------------------------------------- METHOD new SYNOPSIS DESCRIPTION PARAMETERS parameter (type: string) (required) Default: none. RETURN CODES 1 = The operation completed successfully. 0 = This means that the method got an error proccessing your request. Perhaps an invalid parameter? -1 = This return value means that there was not sufficient permision to read the files specified, or they did not exist. verify_password -------------------------------------------------------------------------------- METHOD methodname SYNOPSIS DESCRIPTION PARAMETERS parameter (type: string) (required) Default: none. RETURN CODES 1 = The operation completed successfully. 0 = This means that the method got an error proccessing your request. Perhaps an invalid parameter? -1 = This return value means that there was not sufficient permision to read the files specified, or they did not exist. _logobj -------------------------------------------------------------------------------- METHOD methodname SYNOPSIS DESCRIPTION PARAMETERS parameter (type: string) (required) Default: none. RETURN CODES 1 = The operation completed successfully. 0 = This means that the method got an error proccessing your request. Perhaps an invalid parameter? -1 = This return value means that there was not sufficient permision to read the files specified, or they did not exist. |