[Acegisecurity-developer] How do i create private objects with the ACEGI api?

2005-10-10 Thread David Medinets
I'm trying to use ACEGI to do some method-level access control. I seem to have everything connected but when I create an object I see a message saying that the object is public so the access control is not used. How do I create a private object? I can provide the Spring XML configuration file and

Re: [Acegisecurity-developer] How do i create private objects with the ACEGI api?

2005-10-10 Thread Ben Alex
David Medinets wrote: I'm trying to use ACEGI to do some method-level access control. I seem to have everything connected but when I create an object I see a message saying that the object is public so the access control is not used. How do I create a private object? I can provide the Spring X