Package org.apache.wicket.authorization

Contains classes that allow the user to specify authorization constraints via IAuthorizationStrategy.

See:
          Description

Interface Summary
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.
 

Class Summary
Action A class for constructing singleton constants that represent a given component action that needs to be authorized.
 

Exception Summary
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.
 

Package org.apache.wicket.authorization Description

Contains classes that allow the user to specify authorization constraints via IAuthorizationStrategy. These constraints are then applied thoughout the framework to ensure security.



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.