You specify the user manager, currently either EJBUserManager or
DataSourceUserManager, using the user-manager tag in orion-application.xml.
See the Orion docs for that deployment file.
The user manager stuff is specific to Orion, as similar stuff is for any
other app server.
Arved Sandstrom
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jim Crossley
Sent: Thursday, November 09, 2000 2:33 PM
To: Orion-Interest
Subject: Re: Getting reference of DataSourceUserManager
What do you mean by "configured your app properly"? Which tags/files
are involved?
Is the UserManager stuff part of J2EE or specific to Orion?
Thanks.
"Juan Lorandi (Chile)" wrote:
>
> 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.