Re: ColdFusion OOP Security Framework

2007-01-05 Thread Tom Chiverton
On Friday 05 January 2007 14:33, Dan Vega wrote: > What does your security manager need from your generic Authenticator? Authenticator has one method: checkLogin(user,pass) You could go the whole hog and also have a Authoriser, with a signature like canAccess(user,object,method) -- Tom Chiver

RE: ColdFusion OOP Security Framework

2007-01-05 Thread Snake
om: Dan Vega [mailto:[EMAIL PROTECTED] Sent: 05 January 2007 14:33 To: CF-Talk Subject: Re: ColdFusion OOP Security Framework What does your security manager need from your generic Authenticator? Got a quick uml of methods and variables from each? Im not sure what side of the fence im on yet

Re: ColdFusion OOP Security Framework

2007-01-05 Thread Dan Vega
What does your security manager need from your generic Authenticator? Got a quick uml of methods and variables from each? Im not sure what side of the fence im on yet as far as cf needing interfaces. I am testing bd out right now because their beta has interfaces. On 1/5/07, Tom Chiverton <[EMAIL

Re: ColdFusion OOP Security Framework

2007-01-05 Thread Tom Chiverton
On Friday 05 January 2007 13:28, Dan Vega wrote: > II have some notes on a new security model I am working on. Any feedback is > welcome. We inject a project specific 'Authenticator' CFC into a generic 'SecurityManager' using ColdSpring. And it'd look a lot nicer with too :-) -- Tom Chiverton