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?

