Re: HELP!!! - Using UserManagers - Logging in users without asking for credentials

2001-02-26 Thread Falk Langhammer
accessing the protected resource over faster http. And it works with any J2EE server. Bye, Falk - Original Message - Subject: RE: HELP!!! - Using UserManagers - Logging in users without asking for credentials > You want to use the RoleManager: > Context ctx = new InitialC

RE: HELP!!! - Using UserManagers - Logging in users without asking for credentials

2001-02-25 Thread Jeff Schnitzer
al Message- From: Chris Evans [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 25, 2001 3:49 PM To: Orion-Interest Subject: HELP!!! - Using UserManagers - Logging in users without asking for credentials Hey, I've tried everything that I can think of without any proper documentation/ex

HELP!!! - Using UserManagers - Logging in users without asking for credentials

2001-02-25 Thread Chris Evans
Hey,   I've tried everything that I can think of without any proper documentation/examples to go by.  What i'm trying to do is have a servlet accept requests from another website.  Balled up in that request would be user credentials(ie: username, password, etc...).  From the request I want t

RE: UserManagers

2000-12-15 Thread Mike Cannon-Brookes
> To: Orion-Interest > Subject: RE: UserManagers > > > Arved: > Could you please enlighten us with the hacks required to use > EJBUserManager? > > TIA, > > Werner Bohl > Organization for Tropical Studies > > - Original Message - > From: Arved S

RE: UserManagers

2000-12-15 Thread Werner Bohl
6 AM Subject: RE: UserManagers > Hi, Juan > > We haven't done anything remarkable with EJBUserManager; simple declarations > in one or more appropriate ejb-jar.xml files, and in orion-application.xml. > The 2 tables (user and group) were successfully created, we loaded up some

RE: UserManagers

2000-12-12 Thread Arved Sandstrom
cks it seems to work OK. Arved Sandstrom -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Juan Lorandi (Chile) Sent: Monday, December 11, 2000 4:44 PM To: Orion-Interest Subject: UserManagers Guys, anybody has succesfully implemented en EJBUserManager ?

UserManagers

2000-12-11 Thread Juan Lorandi (Chile)
Guys, anybody has succesfully implemented en EJBUserManager ? I have to deploy my app in a cluster and XMLUserManager won't do... I' ve had, in the past, decompiled DataSourceUserManager and recompiled it to fix the various bugs in the implementation, but regretably, I'm working in a different co