[Acegisecurity-developer] Can't find some class for migration

2006-07-01 Thread Andrew Perepelytsya
Hi Guys, I'm migrating Acegi from 0.6 to 1.0.1 (yeah, I know it's quite a gap). The 2 problems I currently can't find answers for are: 1. Where is net.sf.acegisecurity.context.ContextInvalidExceptionContextInvalidException now? What is the replacement for it? 2. The SecureContext class had the v

Re: [Acegisecurity-developer] SSO - Cookie, etc

2006-07-01 Thread Ben Alex
Matthew Holt wrote: > 1. Read SSO cookie username. > 2. Check username against LDAP. > > You need to write an "authentication mechanism" that can setup the SecurityContextHolder with an Authentication object representing the username derived from your SSO cookie. Usually this will be i

Re: [Acegisecurity-developer] Can't find some class for migration

2006-07-01 Thread Ben Alex
Andrew Perepelytsya wrote: > 1. Where is > net.sf.acegisecurity.context.ContextInvalidExceptionContextInvalidException > now? What is the replacement for it? > 2. The SecureContext class had the validate() method, but I can't find it in > SecurityContext now, neither does SecurityContextImpl contai

Re: [Acegisecurity-developer] [ANN] Acegi Security 1.0.1 released

2006-07-01 Thread Ben Alex
Carlos Sanchez wrote: > I'd like to announce the release of Acegi Security 1.0.1 > > It won't be available through the normal Sourceforge download page > (for now), the preferred method is through the Maven repository which > contains the jars, javadocs and sources, with corresponding > signatures.