Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg-security/TI12-security/trunk/python/ndg.security.test/ndg/security/test/authenservice/__init__.py@4158
Revision 4158,
456 bytes
checked in by cbyrom, 13 years ago
(diff) |
Create new utility module, ClassFactory? - to allow generic instantiation
of classes dynamically.
Implement use of this in the AttAuth? and SessionMgr? services + adjust
the config files for these accordingly + abstract use of MyProxy? in
SessionMgr? to generic authNService - and create packages with real
and test authN services. Adjust the SessionMgr? tests to use the
test authN service.
|
Line | |
---|
1 | """ |
---|
2 | Include authentication service directory into distribution - contains |
---|
3 | various test implementations of the authentication service used by SessionMgr |
---|
4 | |
---|
5 | NERC Data Grid Project |
---|
6 | """ |
---|
7 | __author__ = "C Byrom - Tessella" |
---|
8 | __date__ = "28/08/08" |
---|
9 | __copyright__ = "(C) 2008 STFC & NERC" |
---|
10 | __license__ = \ |
---|
11 | """This software may be distributed under the terms of the Q Public |
---|
12 | License, version 1.0 or later.""" |
---|
13 | __contact__ = "P.J.Kershaw@rl.ac.uk" |
---|
14 | __revision__ = '$Id: $' |
---|
Note: See
TracBrowser
for help on using the repository browser.