Re: Best way to add user records to EJBUserManager...

2002-01-08 Thread Patrick Lightbody
Instead of coding to EJBUserManager directly, I would highly recommend you check out OpenSymphony's OSUser module. It is an abstracted user management layer that works with Orion, Jboss, and Resin, and soon Weblogic, Websphere, and JRun. Using OSUser will truly make your application work on any

RE: Best way to add user records to EJBUserManager...

2002-01-08 Thread The elephantwalker
second try -Original Message- From: The elephantwalker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 8:16 AM To: Orion-Interest; [EMAIL PROTECTED] Subject: RE: Best way to add user records to EJBUserManager... The best way to add users in Orion is with Orion's

RE: Best way to add user records to EJBUserManager...

2002-01-08 Thread The elephantwalker
The best way to add users in Orion is with Orion's roleManager interface. This abstracts the usermanager, so that you can define your usermanager api with xml configuration. Check-out this trail the docs here: http://www.orionserver.com/docs/api/com/evermind/security/RoleManager.html At our

Re: Best way to add user records to EJBUserManager...

2002-01-08 Thread Scott Farquhar
Alex, The Atlassian user admin tool does what you want - no coding required. Download it here: http://www.atlassian.com/software/tools/ You can use it to users in XML files, EJB's - anything that implements the UserManager interface in Orion. Cheers, Scott -- Scott Farquhar :: [EMAIL