Michal, If you need a request parameter, CAS uses Spring's binding for Request parameters. So if you extend UsernamePasswordCredentials with your additional property (matching the name of the request parameter, and then adding a setter/getter) and configure that into your AuthenticationViaFormAction, it should automatically be populated and available to an AuthenticationHandler.
-Scott 2008/4/3 Michal Margiel <[EMAIL PROTECTED]>: > Hi, > > is it possible to get HttpServletRequest or parameter of the request > inside class implementing AuthenticationHandler?? > > Thank you very much for any answer. > -- > Pozdrawiam > MichaĆ Margiel > > www.margiel.eu > _______________________________________________ > Yale CAS mailing list > [email protected] > http://tp.its.yale.edu/mailman/listinfo/cas > > -- -Scott Battaglia PGP Public Key Id: 0x383733AA LinkedIn: http://www.linkedin.com/in/scottbattaglia
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
