Hello!

I'm currently working on a concept of a permission system for a large 
coldfusion based website.

The requirements:

- Provide general role based permissions ("admins" can do 
everything, "managers" almost everything, "guests" are just allowed to take 
a look)

- Provide object based permissions (f.e. let a single object only edit by 
user a,b,c and group "managers" despite of the general role permissions)


Has someone provided a demo framework for such a case?

ColdFusion itself provides already "IsUserInRole" and other functions but 
these things do not seem to support the case above.

I've been thinking about blackboxing the whole thing with cfcomponents 
based on my own db pattern.

Best regards,

Peter
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to