Andy, You only need to extend the CAS class if you plan on collecting credentials and submitting them to CAS (which doesn't seem to be the case).
-Scott On 3/30/07, Andrew R Feller <[EMAIL PROTECTED]> wrote:
Hi everybody, I want to introduce a new step in the login-webflow such that a request is made to Lotus Domino for a LTPA token after the user successfully authentications with CAS; this will use the same credentials the user provided to authenticate to CAS. After examining CAS 3 javadocs, I will insert this step after the submit bean is successful. However, I am confused as whether I should extend org.jasig.cas.web.flow.AbstractNonInteractiveCredentialsAction or org.springframework.webflow.action.AbstractAction<http://static.springframework.org/spring-webflow/docs/1.0.x/api/index.html> . Which class should I extend and which points should I insert my new step? Regards, Andy Andrew R Feller, Analyst University Information Systems Louisiana State University [EMAIL PROTECTED] (office) 225.578.3737 _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
-- -Scott Battaglia LinkedIn: http://www.linkedin.com/in/scottbattaglia
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
