Wicket-auth-roles is actually more of an example then an api to follow. So feel free to customize.
Maurice On Fri, Apr 25, 2008 at 3:39 PM, Alexander Landsnes Keül <[EMAIL PROTECTED]> wrote: > Hi, > > > > I'm trying to have a user signed on directly with an id rather than the > username/pwd when a new user is created. This gives me some trouble seeing as > the boolean signedIn is private. > > > > I considered writing my own WebSession to handle this, but the problem here > is that there is no interface for the AuthenticatedWebSession and the > AuthenticatedWebApplication requires it's session to extend > AuthenticatedWebSession. I guess I can write a new class extending > WebApplication to handle this, is that the intent here? > > > > Otherwise, is it possible to have an interface for the > AuthenticatedWebSession or the signedIn made protected rather than private? > > > > Alexander > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
