[Acegisecurity-developer] How know password authenticated by CAS

2007-02-20 Thread mario.buonopane
Is there a secure way to know the password used by cas to authenticate the user? I'm extending org.acegisecurity.ui.cas.CasProcessingFilter and in method onSuccessfulAuthentication I need to know the password. Thanks in advance Mario Buonopane This message is for the

Re: [Acegisecurity-developer] How know password authenticated by CAS

2007-02-20 Thread mario.buonopane
Thanks Scott, is there a way to force cas re-authentication in onSuccessfulAuthentication method if some condition is verified? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Battaglia Sent: 20 febbraio 2007 13.40 To:

Re: [Acegisecurity-developer] Setting serviceProperties in Acegi

2007-01-19 Thread mario.buonopane
Sorry Ray, but how can I use PropertyPlaceholderConfigurer for this scope? Can you explain me with an example please? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ray Krueger Sent: 19 gennaio 2007 13.07 To: acegisecurity-developer@lists.sourceforge.net

[Acegisecurity-developer] Setting serviceProperties in Acegi

2007-01-19 Thread mario.buonopane
In using Acegi with Cas in a web application. As you know, I have to set the serviceProperties property of CasProcessingFilterEntryPoint to the url that CAS will call after authentication. I don't like to set this url in applicationContext-acegi-security.xml but I prefere this value Is build

Re: [Acegisecurity-developer] Setting serviceProperties in Acegi

2007-01-19 Thread mario.buonopane
Here is what I did to resolve the problem: 1) I have create a filter that build the servicesProperties url in a static property. This is the code: public class CasAcegiServicePropertyFilter implements Filter { public static String casAcegiServicePropertyValue=null; private static final

[Acegisecurity-developer] Configuring org.acegisecurity.ui.cas.ServiceProperties

2007-01-16 Thread mario.buonopane
I'm configuring org.acegisecurity.ui.cas.ServiceProperties with the following service property value: http://company/casclient/j_acegi_cas_security_check I have to deploy my application for more than one company and in more than one application, so I have to change http://company/casclient

[Acegisecurity-developer] how receive notification of authention ok

2007-01-03 Thread mario.buonopane
I need to be notified when authentication is executed successfully because I need to invoke a specific command in my application. How can I do with Acegi 3 (1.0.3)? Thanks in advance Mario This message is for the designated recipient only and may contain privileged,

Re: [Acegisecurity-developer] how receive notification ofauthention ok

2007-01-03 Thread mario.buonopane
Thanks a lot What does mean IMO? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Manoj Sahu Sent: 3 gennaio 2007 16.32 To: acegisecurity-developer@lists.sourceforge.net Subject: Re: [Acegisecurity-developer] how receive notification

Re: [Acegisecurity-developer] how receive notification ofauthentionok

2007-01-03 Thread mario.buonopane
:-) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gustavo Faerman Sent: 3 gennaio 2007 16.47 To: acegisecurity-developer@lists.sourceforge.net Subject: Re: [Acegisecurity-developer] how receive notification ofauthentionok In My Opinion.

Re: [Acegisecurity-developer] how receive notificationofauthentionok

2007-01-03 Thread mario.buonopane
There is just one problem in using the listener: I think is not possible to access to the HttpSession objectis there a way to do it? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 3 gennaio 2007 16.56 To:

Re: [Acegisecurity-developer] how receive notificationofauthentionok

2007-01-03 Thread mario.buonopane
And how you obtain the HttpSession object? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Manoj Sahu Sent: 3 gennaio 2007 17.23 To: acegisecurity-developer@lists.sourceforge.net Subject: Re: [Acegisecurity-developer] how receive