If you purpose is to find the roles in the database wouldn't it be better just to query the database? What kind of realm are you using? If its something like the 'memory' realm then you can just read the file. If its a RDBM then a few lines of JDBC code or the use of a persistence manager would work.

Regards

Alan


Tim Funk wrote:
Via the spec - you can't query all the roles a user has. But you can say request.isUserInRole(rolename)

If you *need* access to the realm, things start to get ugly. You need to start coding against Tomcat internal specific classes.

-Tim

maux wrote:
Hi, I am doing a Java code. This code have to access to the realm that an application in Tomcat is using, after that the code have to access
to that realm and look for the roles that exist in that database.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



!DSPAM:47ab5f13234141497319589!


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to