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 Cory Cobler <cc...@herringbank.com> on 2003/10/08 17:17:57 UTC

String Length

Is there a max string length when dealing with axis???

-----Original Message-----
From: Stephen Gordon [mailto:steve@student.usyd.edu.au] 
Sent: Wednesday, October 08, 2003 9:03 AM
To: axis-user@ws.apache.org
Subject: Re: Authentication & Authorization

Implement your own handlers.
I've got users and groups stored in an XML file.
To deal with groups I had to make custom implementations of 
org.apache.axis.security.*

stephen

Karthik krishnamurthy wrote:

> 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.
> 
> 
> 
>