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

2002-01-08 Thread Patrick Lightbody
J2EE application. -Pat - Original Message - From: Alex Paransky [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Monday, January 07, 2002 9:43 PM Subject: Best way to add user records to EJBUserManager... I am using EJBUserManager for security in Orion. What is the best way

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
! regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alex Paransky Sent: Monday, January 07, 2002 9:44 PM To: Orion-Interest Subject: Best way to add user records to EJBUserManager... I am using EJBUserManager

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

Best way to add user records to EJBUserManager...

2002-01-07 Thread Alex Paransky
I am using EJBUserManager for security in Orion. What is the best way to update users? Should I directly use EJBUser EJB or use the API's in the UserManager. If UserManager is the answer, then how do I get access to it while running in Orion? Thanks -AP_