formObjectClass is a property on the AuthenticationViaForm action, 
inherited from the Spring Webflow FormAction:
http://static.springframework.org/spring-webflow/docs/1.0-rc3/api/org/springframework/webflow/action/FormAction.html

You can configure it in the cas-servlet.xml, via the following:
<bean
    id="authenticationViaFormAction"
    parent="abstractCasLoginAction"
    class="org.jasig.cas.web.flow.AuthenticationViaFormAction">
    <property
       name="formObjectClass"
       value="my.credentials.class.CredentialsClass" />
</bean>

-Scott

taocore wrote:
> If I want to customize my credentials, one step is modifying the 
> AuthenticationViaForm  to have the property "formObjectClass" set to the 
> fully qualified class name of my new credentials. You know, 
> AuthenticationViaForm is part of the core source, so I have to rebuild 
> the source. Of course, I like something extensible rather than modifying 
> the source code.
>
> taocore
>
> _______________________________________________
> Yale CAS mailing list
> [email protected]
> http://tp.its.yale.edu/mailman/listinfo/cas
>   

_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to