Class ActionAuthorizationStrategy

java.lang.Object
org.apache.wicket.authorization.IAuthorizationStrategy.AllowAllAuthorizationStrategy
org.apache.wicket.authorization.strategies.action.ActionAuthorizationStrategy
All Implemented Interfaces:
IAuthorizationStrategy

An authorization strategy which allows the use of a command pattern for users that want to authorize a variety of different types of actions throughout an application.
Since:
Wicket 1.2
Author:
Jonathan Locke