You can provide the AuthenticationViaForm action with the name of the class. Check the Spring Web Flow 1 documentation on FormAction
Cheers, Scott On Tue, Mar 16, 2010 at 11:55 AM, Jin <[email protected]> wrote: > Hi, > > I've just started with JASIG-CAS server, so please be patient with me. > > The default login form uses the UsernamePasswordCredentials. What would be > the easiest way to change it so that it will use my custom Credentials > implementation? My login form requires 3 fields (username, someid, > password), and I'm thinking of extending UsernamePasswordCredentials to > support this. Is it possible to have a different login page entirely while > keeping the default login implementation? With this custom Credentials, I > can then write an authentication handler to authenticate against a different > authentication provider. > > I'm sorry if all these are kind of confusing! > > Thanks. > > -- > 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 > -- 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
