Module org.apache.wicket.core
Package org.apache.wicket.authorization
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.
-
ClassDescriptionA class for constructing singleton constants that represent a given component action that needs to be authorized.Base class for exceptions thrown as a result of authorization failure.Authorization strategies specify aspect-like constraints on significant actions taken by the framework in a given application.Interface to code that is called to handle unauthorized component instantiations.A listener that is notified when a request to some resource is not allowed.Exception that is thrown when an action is not authorized.Exception that is thrown when the creation of a component is not allowed.