Hi all,
I need server CAS to perform some else operation when user log in: I want it to 
write credentials inserted by user in a file or DB. I was thinking to do it 
extending AuthenticationHandler class so to perform login and other operations. 

The point is: where should I place my class extending AuthenticationHandler? I 
look around for solution, but I didn't find one.

Another thing: I know I must add my handler to list in 
deployerConfigContext.xml file as follow:

<property name="authenticationHandlers">
  <list>
    <class="org.jasig.cas.authentication.AuthenticationManagerImpl">
    <class="com.my.extending.myClass">
  </list>
</bean>

I would know if bean in the list are all executed or not. If not, which one is 
executed? 

Sorry for my bad explanation, I'm newbie to CAS and surely I didn't use the 
appropriate language.

Hope in help by you, thanks for attention!
-- 
You are currently subscribed to cas-dev@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-dev

Reply via email to