Initial commit of Session/Authentication code

Plugin architecture with single Database-backed implementation.
This commit is contained in:
2011-12-19 12:13:14 +00:00
parent 5b72a8a206
commit d92cc576d7
16 changed files with 507 additions and 0 deletions

View File

@@ -39,4 +39,9 @@ class SihnonFramework_Exception_LogException extends SihnonFramework_E
class SihnonFramework_Exception_LogFileNotWriteable extends SihnonFramework_Exception_LogException {};
class SihnonFramework_Exception_InvalidLog extends SihnonFramework_Exception_LogException {};
class SihnonFramework_Exception_AuthException extends SihnonFramework_Exception {};
class SihnonFramework_Exception_UnknownUser extends SihnonFramework_Exception_AuthException {};
class SihnonFramework_Exception_IncorrectPassword extends SihnonFramework_Exception_AuthException {};
?>