Package org.apache.wicket.authorization
Contains classes that allow the user to specify authorization constraints via IAuthorizationStrategy. These constraints are then applied thoughout the framework to ensure security.
-
Interface Summary Interface Description IAuthorizationStrategy Authorization strategies specify aspect-like constraints on significant actions taken by the framework in a given application.IUnauthorizedComponentInstantiationListener Interface to code that is called to handle unauthorized component instantiations.IUnauthorizedResourceRequestListener A listener that is notified when a request to some resource is not allowed. -
Class Summary Class Description Action A class for constructing singleton constants that represent a given component action that needs to be authorized.IAuthorizationStrategy.AllowAllAuthorizationStrategy -
Exception Summary Exception Description AuthorizationException Base class for exceptions thrown as a result of authorization failure.UnauthorizedActionException Exception that is thrown when an action is not authorized.UnauthorizedInstantiationException Exception that is thrown when the creation of a component is not allowed.