Hi Aurmam, Click is basically a JEE Servlet based framework, so you can use traditional JEE methods to integration with your CAS solution.
You may wish to use a Filter in front of the click servlet, which will redirect an authenticated request to the login service, and after the user has logged in it could set some ThreadLocal authentication/authorisation information. The Apache Click trunch, has a Spring ACEGI example in Click Examples, and the Menu control now has an pluggable AccessProvider which you can provide to restrict access to Menu items based on a users privileges. regards Malcolm Edgar On Tue, May 12, 2009 at 6:40 PM, aurmam <[email protected]> wrote: > > Hi, > > i want to integrate CAS authorization for just simple click HelloWorld > example > does anybody know how to do that, or maybe has done it. > > Please share the exeperience > > Thanks in advance. > -- > View this message in context: > http://n2.nabble.com/CAS-%28central-authorization-service%29-and-click-framework-tp2867996p2867996.html > Sent from the click-user mailing list archive at Nabble.com. > >
