[cas-dev] Extending UsernamePasswordCredentials

shivanic shivani.chandna at gmail.com
Tue Sep 2 04:55:02 EDT 2008


Currently CAS provides possibility of defining one's own
AuthenticationHandler class and giving its reference in
deployerConfigContext.xml

Can we do the same for UsernamePasswordCredentials - Right now the class is
directly used in AuthenticationViaFormHandler in the initAction definition.
 
..... this.setFormObjectClass(UsernamePasswordCredentials.class);
            this.setFormObjectName("credentials");
            this.setValidator(new UsernamePasswordCredentialsValidator());

If we can make this configurable so that users can give their own Validators
and Credential implementation class names.   

Is there any such possibility with implementation in Cas version 3.2.1?. 

Regards,
Shivani.
-- 
View this message in context: http://www.nabble.com/Extending-UsernamePasswordCredentials-tp19266440p19266440.html
Sent from the CAS Dev mailing list archive at Nabble.com.



More information about the cas-dev mailing list