Package wicket.authorization.strategies.page
SinceNot specified.
VersionNot specified.
AuthorNot specified.
| AbstractPageAuthorizationStrategy |
An abstract base class for implementing simple authorization of Pages. |
| SimplePageAuthorizationStrategy |
A very simple authorization strategy that takes a supertype (a base class or
tagging interface) and performs a simple authorization check by calling the
abstract method isAuthorized() whenever a Page class that extends or
implements the supertype is about to be instantiated. |