You want the "Authentication" and "Authorization" examples near the bottom of the Wicket Examples.
http://wicketstuff.org/wicket13/ - Scott On Fri, Apr 18, 2008 at 8:54 AM, mfs <[EMAIL PROTECTED]> wrote: > > Also if someone could point to some examples of wicket-auth-roles usage...I > could still see many for swarm but have not really for auth-roles..may be I > an not looking at the right place..please point > > > > mfs wrote: > > > > Guys, > > > > I need some suggestions as to which of the above would be the right > > framework for the the application i am currently working on..Some > > important fact which would help are as follows : > > > > > > 1) All the pages in the application would be secure and hence would > > require authentication. > > > > 2) There would be two type of users accessing the application. For now, i > > see access being restricted on the whole page itself rather on more > > granular components. But later down the road that would come in too as the > > scope increases. > > > > 3) IMP - The application has to support inter-operability with some other > > external apps. Now these (non java) external apps already have their own > > mini authentication framework and thats what i will be using for user > > authentication. So basically for all my Secure Pages i would have to > > redirect to the LoginPage part of these external apps (and not wicket), I > > hope thats possible ? , i believe it is with SWARM, some hints would be > > really appreciated on that too. A bit on the authentication mechanism, so > > basically on succesful login, this external app would 1) encode an > > authtoken in the url 2) transfer the control over to my wicket app, and > > thats where i would check if it is a valid/authenticated user based on the > > authToken. Later on we plan to change this though, and instead have the > > authtoken passed over in the cookie instead. > > > > Initially when i started of i wasnt planning to use any of the above > > frameworks but than taking a look into SWARM made me feel like that it > > might be a good choice, but would still want to have everyones opinion > > > > Please comment.. > > > > Thanks in advance > > > > -- > View this message in context: > http://www.nabble.com/Swarm-Wasp-or-wicket-auth-roles-or---tp16760342p16763531.html > > > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
