> -----Original Message----- > From: Robert Munn [mailto:[EMAIL PROTECTED] > Sent: Friday, October 14, 2005 7:52 PM > To: CF-Talk > Subject: Pluggable Security system/ app architecture (WAS: Re: Any > Interest in a Completely Free CFML Calendar?) > > The basic idea would be to build an identity management system that > could link into a pluggable application architecture. The whole system > could be exposed through a Web services API that would allow you to > register any third party app as a client of the identity management > system. Adapters could be built to link into data providers like LDAP > servers if that is desirable functionality.
I'm not sure if it'll suit but I've got this (scroll to the bottom - the Security system): http://www.depressedpress.com/Content/Development/ColdFusion/DPLibraries/Ind ex.cfm Unfortunately I've not yet found the time to document it for use, but the component catalog is complete. The main idea of the system is to provide the core needs of security without defining an interface - in other words defining the service but not the look and feel. The system splits information about the user into three distinct (and separately definable components: "Credentials" (information required by the security system), "Entitlements" (information about what the person can do) and "Profiles" (information about the user not required by the system such as address, phone number, etc). The system is CFC-based and a web-services façade could easily be added. I've used the system for some time now on several sites... I'm not sure how it would stand up to any real sustained stress, but it's had some and done well. If you've any questions let me know. Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221104 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

