wicket.authorization |
wicket.authorization package
Contains classes that allow the user to specify authorization constraints
via IAuthorizationStrategy. These constraints are then applied thoughout
the framework to ensure security.
|
Java Source File Name | Type | Comment |
Action.java | Class | A class for constructing singleton constants that represent a given component
action that needs to be authorized. |
AuthorizationException.java | Class | Base class for exceptions thrown as a result of authorization failure. |
IAuthorizationStrategy.java | Interface | Authorization strategies specify aspect-like constraints on significant
actions taken by the framework in a given application. |
IUnauthorizedComponentInstantiationListener.java | Interface | Interface to code that is called to handle unauthorized component
instantiations. |
UnauthorizedActionException.java | Class | Exception that is thrown when an action is not authorized. |
UnauthorizedInstantiationException.java | Class | Exception that is thrown when the creation of a component is not allowed. |