/[gnue]/gnue-appserver/src/geasSessionManager.py
ViewVC logotype

Diff of /gnue-appserver/src/geasSessionManager.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by reinhard, Mon Jul 28 21:25:01 2003 UTC revision 1.9 by reinhard, Fri Aug 8 19:33:51 2003 UTC
# Line 24  Line 24 
24  from geasList import *  from geasList import *
25  from geasSession import *  from geasSession import *
26  import geasAuthentification  import geasAuthentification
27    import classrep
28    
29  class AuthError(Exception):  class AuthError(Exception):
30    pass    pass
# Line 34  class geasSessionManager: Line 35  class geasSessionManager:
35      self._connections = connections      self._connections = connections
36      self._sessNo = 0      self._sessNo = 0
37      self._sessions = {}      self._sessions = {}
38        # initialize Class Repository without Authentication
39        self._authAdapter = geasAuthentification.geasAuthAgent ()
40        classrep.init (self)
41      # use DB for authetification      # use DB for authetification
42      self._authAdapter = geasAuthentification.geasDBAuthAgent()      self._authAdapter = geasAuthentification.geasDBAuthAgent()
43    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26