Role Pattern

Hi,

I want to implement Role-Module wise security for the User.

e.g. Admin can do everything in the site.

High Profile users can Insert/Update/View all the modules.

Medium Profile users can Insert/Update/View limited modules.

Visitors can only view static pages.

I hear about Role pattern but no idea abt. that. Is there any design pattern best suitable for such requirement?

[421 byte] By [mandartanksalea] at [2007-11-27 9:31:36]
# 1
Something like Tomcat Realms: http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html
YoGeea at 2007-7-12 22:46:45 > top of Java-index,Other Topics,Patterns & OO Design...
# 2
Are you using some framework (e.g., spring)?Manuel Leiria
manuel.leiriaa at 2007-7-12 22:46:45 > top of Java-index,Other Topics,Patterns & OO Design...