1. Wicket Authorization Using MetaDataKey stackoverflow.comI am trying to implement a simple authorization strategy for my Wicket application. I am implemented my own AuthorizationStrategy (extending IAuthorizationStrategy). http://old.nabble.com/Authorization-strategy-help-td18948597.html After reading the above link, I figured it makes ... |
2. Wicket Authorization stackoverflow.comIs it possible use a metadata driven component based authorization? Wicket in Action gives an example @AdminOnly private class ModeLink extends Link {.....} Then implement isActionAuthorized() of the Authorization Strategy. But I feel that it ... |
3. In wicket, combine wicket:link with IAuthorizationStrategy stackoverflow.comI use an
|