tags:

views:

4

answers:

0

I have a web application deployed on GlassFish. I would like to use the "enabledOnUserRole" component attribute. I am looking to be pointed in the right direction on what I need to do to make the application aware of user roles, and thus use this attribute.

I currently use a GlassFish security realm, where I have DB tables for users and groups, and it uses some web.xml configurations to control access to web directories.

Is it possible to use this security routine for "enabledOnUserRole", or do I need to set up a different security routine?