you may find the current UserManager & RoleManager in

"java:comp/UserManager"
"java:comp/RoleManager"

If you configured your app properly, UserManager and RoleManager must be
instances of DataSourceUserManager

HTH,

JP

-----Original Message-----
From: Gerald [mailto:[EMAIL PROTECTED]]
Sent: Miércoles, 08 de Noviembre de 2000 18:32
To: Orion-Interest
Subject: Getting reference of DataSourceUserManager



In orion-application.xml, one can specify the use of DataSourceUserManager 
which allows Orion to manage user information via a database.

How can I get a reference to an instance of this user manager so that I can 
add, delete and look up users and groups? Should I just instantiate my own 
copy of the object, or must I get it through Orion? 

Thanks.


Reply via email to