Tag Archives: Security

Simple Object Oriented Security in ColdFusion (Version 2)

Some thoughts on implementing simple object oriented security in ColdFusion. This entry is a result of great feedback I received from my previous entry. What primary objects do we need? There are two main objects that we need – User and SecurityService. There are a couple of other objects that will assist with the security [...]
Posted in OOP | Tagged | Comments closed

Implementing Simple Object Oriented Security in ColdFusion

I have written up a new version of this entry which has some better techniques for implementing ColdFusion security. Presumably, an object oriented technique for handling security would start with a single component that provides all of the functions we need, such as validating a login, testing if a person is currently logged in, and [...]
Posted in OOP | Also tagged | Comments closed