You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Jeyakumaran.C" <jk...@vijayaba.cse.mrt.ac.lk> on 2002/10/13 05:23:23 UTC

Re: Authentication & Authorization

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" <Ka...@lntinfotech.com>
To: <ax...@ws.apache.org>
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.
>
>
>