Class AbstractPageAuthorizationStrategy

java.lang.Object
org.apache.wicket.authorization.IAuthorizationStrategy.AllowAllAuthorizationStrategy
org.apache.wicket.authorization.strategies.page.AbstractPageAuthorizationStrategy
All Implemented Interfaces:
IAuthorizationStrategy
Direct Known Subclasses:
SimplePageAuthorizationStrategy

An abstract base class for implementing simple authorization of Pages. Users should override isPageAuthorized(Class), which gets called for Page classes when they are being constructed.
Author:
Jonathan Locke, Eelco Hillenius