I was a bit afraid of your mention of "pojo classes" - I didn't know the word "pojo" and I thought it was going to be some other complicated framework specification. :D But then I looked it up.
The login-webflow.xml file makes sense to me, but it appears to invoke methods without specifying of what classes and instance they are. By studying this page - https://wiki.jasig.org/display/CASUM/Integrating+reCaptcha+with+CAS - I gather that I have to write my class and reference it in a file in the spring-configuration directory. Then I simply drop my class or jar in the classes or lib directory. Is that correct? I'll see if I can figure it all out. When I'm through I'll probably write a little "CAS plugins for dummies" report. David Le 02/12/2013 17:32, Marvin Addison a écrit : >> I am looking for a simple way to insert post-authentication server side code >> in my CAS server (3.4.7). > You need to modify the Spring Webflow login-webflow.xml file. > >> Is there no cookbook to do that for non-Spring savvy developers? > Unfortunately, no. The good news is that Spring Webflow allows you to > create pojo classes that provide arbitrary functionality that you can > wire in via relatively straightforward syntax. I bet you can figure it > out by simply studying login-webflow.xml > > M > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
