[Acegisecurity-developer] Security Annotation support (initial)

2005-08-11 Thread Mark St.Godard
Ben et al, Just a note, I have checked in some initial Security annotation support and unit tests. (see http://opensource.atlassian.com/projects/spring/browse/SEC-4) I will be also checking in a Contacts webapp example, however using Spring @Transaction annotations and the new @Secured annotati

Re: [Acegisecurity-developer] missing voting facilities?

2005-08-11 Thread Andy Depue
One aspect of Acegi that we have not yet incorporated is the ACL functionality (because we had already begun using our own implementation before Acegi provided anything). I wonder, though, if the ACL functionality would be a better solution for this sort of thing? The Voter we created below wa

RE: [Acegisecurity-developer] missing voting facilities?

2005-08-11 Thread Fernando.Matomira
I see I implemented the PrincipalArgumentVoter class without introducing any intermediate abstracting class, so maybe some abstraction would indeed be useful, at least for homogeneization of the syntaxes. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of And