Hi, If you look at the authentication handler and authorization handler. the way they implemented are according to the same concept. But if want the authentication to your flexibility it is easy to write your own handler.(You can refer the current handler codes and may change it for your usage). I hope it won't take time for you.
wishes, Jeyakumaran.C ----- Original Message ----- From: "Karthik krishnamurthy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 08, 2003 7:37 PM Subject: Authentication & Authorization > Hi, > > I'm trying to implement the Authentication and Authorization features in > Axis. > > 1. Is there any way I could store the user's information in a database > instead of "users.lst" and "perms.lst"? > > 2. Should I always mention the "role" in the wsdd file ? Can't I include > the same in a database again? > > I'm using the SimpleAuthenticationHandler and SimpleAuthorizationHandler > from axis. > > TIA, > Krish. > > >
