OOPhoto: Implementing Security In An Object Oriented Application - Round I

<!---
	Check to see if this user can edit this target object.
	If NOT, then the method will raise a security exception.
--->
<cfset User.ConfirmPermissions( "edit", Target ) />

For Cut-and-Paste