you ultimately will read these roles from the database, namely the user roles
table, as in the userRoleTable attribute.
-Original Message-
From: Okan Çetin [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 24, 2007 8:35 AM
To: users@tomcat.apache.org
Subject: creating security roles
Okan Çetin wrote:
I am using role based authentication system with Tomcat. I know, in
web.xml , security roles must be defined like this:
Ex:
users
But i want to create these roles dynamically. For example i want to
read these roles from database, LDAP, text files or somewhere
Hi;
I am using role based authentication system with Tomcat. I know, in
web.xml , security roles must be defined like this:
Ex:
users
But i want to create these roles dynamically. For example i want to
read these roles from database, LDAP, text files or somewhere