Re: [Acegisecurity-developer] JSF Components for Acegi

2006-01-20 Thread Cagatay Civici
Hi Scott,I'll be glad if you do that, I personally wonder their thoughts on this,Regards,Cagatay CiviciOn 1/19/06, Scott McCrory [EMAIL PROTECTED] wrote: I'm not using JSF, but this sounds pretty cool, so I'll bump it for other's attention :-)ScottQuoting Cagatay Civici [EMAIL PROTECTED]: Hi,

[Acegisecurity-developer] Maven blues

2006-01-20 Thread Jettro Coenradie
Hi all,I am trying to get maven 2 to work with a spring example. I am having some issues or questions that I hope someone can help with.First the code I added to my pom: dependency groupIdacegisecurity/groupId artifactIdacegi-security/artifactId version1.0.0-RC1/version /dependencyI tried

Re: [Acegisecurity-developer] Maven blues

2006-01-20 Thread Carlos Sanchez
beginig with 1.0.0 it's under org.acegisecurity groupId m2 it's not suported yet, but it works On 1/20/06, Jettro Coenradie [EMAIL PROTECTED] wrote: Hi all, I am trying to get maven 2 to work with a spring example. I am having some issues or questions that I hope someone can help with. First

[Acegisecurity-developer] SiteMinder Integeration with spring richclient

2006-01-20 Thread Amad Fida
All - We have spring rcp based app, which is deployed using Java Webstart. In rich client case there is method level security and not the URL filter based security. And we also have our own login dialog which we present user at startup to authenticate. I am not sure how do we use SiteMinder

Re: [Acegisecurity-developer] SiteMinder Integeration with spring richclient

2006-01-20 Thread Scott McCrory
I've never seen Siteminder used to protect client-side apps because we've always used it as a server-side ISAPI filter or Apache module.  I'd recommend first checking with Siteminder to see what their solutions are for rich client apps, then once you know the mechanism of how the user's identity

Re: [Acegisecurity-developer] Maven blues

2006-01-20 Thread Jettro Coenradie
If only all things could be this easy, just for completeness: dependency groupIdorg.acegisecurity/groupId artifactIdacegi-security/artifactId version1.0.0-RC1/version /dependencyThank you CarlosOn 1/20/06, Carlos Sanchez [EMAIL PROTECTED] wrote:beginig with 1.0.0 it's under