> What was wrong with implementing
> IAuthorizationStrategy.isActionAuthorized() and adding
> getSecuritySettings().setAuthorizationStrategy(new
> YourParticularImplementation()); in your Application.init()? The action
> to test for is Component.RENDER.

Ah, perhaps the other method is more to your question 
(isInstantiationAuthorized()), and also set the 
IUnauthorizedComponentInstantiationListener in the security settings to an 
implementation that sets the component invisible, or throws a RuntimeException 
you probably need to handle in the code that tries to instantiate the component.

- Tor Iver

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to