Re: wicket authentication override

2007-09-12 Thread Eelco Hillenius
 I would like to bypass the sign-in screen during development, but
 AuthenticatedWebSession provides no setSignedIn() method.  So as far
 as I can tell, there is no way to skip the sign-in screen...

 Am I missing something?  If not, can it be changed?

I think we can add that. Can you provide a patch please?

Eelco

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: wicket authentication override

2007-09-12 Thread Erik van Oosten

Hmm, how can this be done without breaking existing stuff?

I think an easy solution would be to create your own subclass of 
AuthenticatedWebSession and override isSignedIn(). That isSignedIn() can 
check the application mode.


Regards,
   Erik.


Eelco Hillenius wrote:

I would like to bypass the sign-in screen during development, but
AuthenticatedWebSession provides no setSignedIn() method.  So as far
as I can tell, there is no way to skip the sign-in screen...

Am I missing something?  If not, can it be changed?



I think we can add that. Can you provide a patch please?

Eelco

  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]