Hi everyone,
Since there is interest, I have packaged up my UserManager implementation
and attached it to this email.
A couple of notes:
My code makes use of the IBM Log4J logging utility and some JDBC wrapper
classes that I wrote, but I didn't include these classes in the jar.
Inside the Jar:
orion-application.xml - User manager configuration
OrionUser.java - Implements Orion's User Interface
OrionUserManager.java - Implements Orion's UserManagerInterface
DMsecurity.java - Contains the JDBC access layer
HashUtil.java - Utility class used to calculate MD5 hashes.
*Exception.java - A couple of Exception classes.
SimpleUser.java - Placeholder class returned by the JDBC access layer.
My code is far from perfect, but it works :), and hopefully someone might
find it useful.
In case the attachment doesn't come through the jar is also available at
this URL:
http://www.geocities.com/vanha/usermanagerimp.jar
Andre V
usermanagerImp.jar