RE: Tapestry 5 - Acegi ,, using LDAP authentication provider

2008-03-28 Thread Jonathan Barker
@Inject private AuthenticationManager _authenticationManager; Isn't Tapestry great? :-) > -Original Message- > From: Jacob Bergoo [mailto:[EMAIL PROTECTED] > Sent: Friday, March 28, 2008 4:13 PM > To: users@tapestry.apache.org > Subject: RE: Tapestr

RE: Tapestry 5 - Acegi ,, using LDAP authentication provider

2008-03-28 Thread Jacob Bergoo
Hi Jonathan, A quick question, how do you get the authenticationManager object into that page that you are using??? thanks, Jacob -- View this message in context: http://www.nabble.com/Tapestry-5---Acegi-%2C%2C-using-LDAP-authentication-provider-tp16330496p16361117.html Sent from the Tapestry

RE: Tapestry 5 - Acegi ,, using LDAP authentication provider

2008-03-28 Thread Jonathan Barker
era [mailto:[EMAIL PROTECTED] > Sent: Friday, March 28, 2008 2:29 PM > To: Tapestry users > Subject: RE: Tapestry 5 - Acegi ,, using LDAP authentication provider > > I understand your code. I need acegi take full control of the login and > security of my web application. Say fo

RE: Tapestry 5 - Acegi ,, using LDAP authentication provider

2008-03-28 Thread Mahen Perera
:[EMAIL PROTECTED] Sent: 28 March 2008 14:34 To: 'Tapestry users' Subject: RE: Tapestry 5 - Acegi ,, using LDAP authentication provider All of the classes are from Acegi. The LdapAuthenticationProvider returns a LdapUserDetails object. There are a number of ways to get Acegi to authen

RE: Tapestry 5 - Acegi ,, using LDAP authentication provider - other half

2008-03-28 Thread Mahen Perera
D] > Sent: Friday, March 28, 2008 9:50 AM > To: Tapestry users > Subject: RE: Tapestry 5 - Acegi ,, using LDAP authentication provider > > Thanks Jonathan for that. > > Unclear on some stuff tho. > Since we are using a LDAP based authentication provider do we need to > have

RE: Tapestry 5 - Acegi ,, using LDAP authentication provider - other half

2008-03-28 Thread Jonathan Barker
e sense. Then look at how lists are passed to beans in Spring, and you will understand all of the "contribute" methods. Jonathan > -Original Message- > From: Mahen Perera [mailto:[EMAIL PROTECTED] > Sent: Friday, March 28, 2008 9:50 AM > To: Tapestry users >

RE: Tapestry 5 - Acegi ,, using LDAP authentication provider

2008-03-28 Thread Jonathan Barker
tring ) user.setLastName((String)o); else user.setLastName(_username); you get the idea > -Original Message- > From: Mahen Perera [mailto:[EMAIL PROTECTED] > Sent: Friday, March 28, 2008 9:50 AM > To: Tapestry users > Subject: RE

RE: Tapestry 5 - Acegi ,, using LDAP authentication provider

2008-03-28 Thread Mahen Perera
enticationProvider",daoAuthenticationProvider) ; configuration.add("ldapAuthenticationProvider",ldapAuthenticationProvide r); } > -Original Message- > From: Mahen Perera [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 27, 2008 10:14 AM > To: users@tapestry.a

RE: Tapestry 5 - Acegi ,, using LDAP authentication provider

2008-03-27 Thread Jonathan Barker
ion.add("ldapAuthenticationProvider",ldapAuthenticationProvider); } > -----Original Message- > From: Mahen Perera [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 27, 2008 10:14 AM > To: users@tapestry.apache.org > Subject: Tapestry 5 - Acegi ,, using LDAP authenticat

Tapestry 5 - Acegi ,, using LDAP authentication provider

2008-03-27 Thread Mahen Perera
Hi everybody. I am trying to integrate tapestry 5 with Acegi security. The authentication provider that I am using is LDAP based. I see that most of the examples refer to using DAOAuthentication provider. Just checking if there is someone who used LDAP for the authentication. I wen

Re: Tapestry 5 + Acegi

2007-05-01 Thread Bill Holloway
Stephan, Is there a little snippet of code you can post giving the sense of how to integrate Tap. 5 and Acegi? Do you put the security.xml in the app resources and then get the shared components as IoC services? Bill On 5/1/07, Stephan Schwab <[EMAIL PROTECTED]> wrote: Joshua Jackson-3 wrot

Re: Tapestry 5 + Acegi

2007-05-01 Thread Stephan Schwab
Joshua Jackson-3 wrote: > > I think creating Tapestry security module would be nice since Acegi is > too tightly coupled with Spring. > Acegi is quite powerful, flexible and support a large number of user databases. It would be a big effort to build something similar. You don't have to use Spr

Re: Tapestry 5 + Acegi

2007-05-01 Thread Joshua Jackson
I think creating Tapestry security module would be nice since Acegi is too tightly coupled with Spring. On 5/2/07, Stephan Schwab <[EMAIL PROTECTED]> wrote: We use exactly that combination and it works perfectly well. I even have it documented for a chapter of the book about Acegi I'm currently

Re: Tapestry 5 + Acegi

2007-05-01 Thread Stephan Schwab
We use exactly that combination and it works perfectly well. I even have it documented for a chapter of the book about Acegi I'm currently working on. At least when I'm not too tired from my daytime work. -- http://www.stephan-schwab.com Massimo Lusetti wrote: > > On 4/30/07, Juan Maya <[EMAIL

Re: Tapestry 5 + Acegi

2007-05-01 Thread Massimo Lusetti
On 4/30/07, Juan Maya <[EMAIL PROTECTED]> wrote: I am starting to develop a new application with Tapestry 5 and i am amazed, I have had such a big productivity bust; now i need to integrate acegi to my app and i was wonder if somebody has explored how to integrate both frameworks. Any help woul

Tapestry 5 + Acegi

2007-04-30 Thread Juan Maya
I am starting to develop a new application with Tapestry 5 and i am amazed, I have had such a big productivity bust; now i need to integrate acegi to my app and i was wonder if somebody has explored how to integrate both frameworks. Any help would be appreciated it. I am still a newbie with tapes