Re: [Acegisecurity-developer] Securing using a pattern based on a mix of logical operators

2005-08-23 Thread Ben Alex
Eric Ballet-Baz wrote: But I was unable and still am to find any reference in this forum to the same need. http://forum.springframework.org/viewtopic.php?t=3792 --- SF.Net email is Sponsored by the Better Software Conference & EXPO Septemb

Re: [Acegisecurity-developer] Securing using a pattern based on a mix of logical operators

2005-08-23 Thread Eric Ballet-Baz
Thanks for your reply ! I will investigate this point. But I was unable and still am to find any reference in this forum to the same need.   Could someone give me some pointers ?  Thanks Eric Ballet-Baz  On 8/22/05, Ben Alex <[EMAIL PROTECTED]> wrote: Eric Ballet-Baz wrote:> Allow access if :>> bar

Re: [Acegisecurity-developer] Securing using a pattern based on a mix of logical operators

2005-08-22 Thread Ben Alex
Eric Ballet-Baz wrote: Allow access if : bar.foo.MyService.myMethod=ROLE_A AND (ROLE_B OR ROLE_C) Any idea ? Hi Eric There were some past discussions on implementation ideas in connection with this on the forums, so you might like to search there. In summary there is no AccessDecisionM

[Acegisecurity-developer] Securing using a pattern based on a mix of logical operators

2005-08-22 Thread Eric Ballet-Baz
Hi everybody,   In my current application, I must implement a simple security pattern to secure my services, based on a mix of logical operators "AND" and "OR". But I haven't found any solution so far, and what's surprise me the most is that I can't find any reference to a similar simple problem ..