Re: [Wicket-user] wicket.authentication package classes.

2006-04-03 Thread Igor Vaynberg
auth roles examples depend on wicket-auth-roles project which is itself an example implementation of a more complicated auth strategy. it can be found alongside wicket in svn, and should also be one of the modules released with beta3. -IgorOn 4/3/06, Michael Hosier [EMAIL PROTECTED] wrote: Hi,I'm

Re: [Wicket-user] wicket.authentication package classes.

2006-04-03 Thread Eelco Hillenius
The wicket-auth-roles-examples project depenends on project wicket-auth-roles. Maybe that's what you are missing. You don't need that project to implement authorization with Wicket, as the core support is in the wicket package, but it includes a convenient role based implementation. Eelco On

[Wicket-user] wicket.authentication package classes.

2006-04-03 Thread Michael Hosier
Hi, I'm trying to migrate my Wicket app to 1.2-beta3. Since checkAccess is deprecated I'm looking into refactoring my authentication. I'm looking at the auth-roles sign in example. The classes extend classes from the wicket.authentication package but I can't seem to find the classes

Re: [Wicket-user] wicket.authentication package classes.

2006-04-03 Thread Michael Hosier
Ok, I see what I missed.  I had to click on the main download link on the Download page, which takes me to a sourceforge page that has all the wicket packages.  I was using the links from the table on the Download page which doesn't include that auth package.  I assumed that table had all the