Uses of Package
org.apache.wicket.authorization

Packages that use org.apache.wicket.authorization
org.apache.wicket The core Wicket package. 
org.apache.wicket.authentication   
org.apache.wicket.authorization Contains classes that allow the user to specify authorization constraints via IAuthorizationStrategy. 
org.apache.wicket.authorization.strategies   
org.apache.wicket.authorization.strategies.action   
org.apache.wicket.authorization.strategies.page   
org.apache.wicket.authorization.strategies.role   
org.apache.wicket.authorization.strategies.role.annotations   
org.apache.wicket.authorization.strategies.role.metadata   
org.apache.wicket.examples.authentication   
org.apache.wicket.settings   
 

Classes in org.apache.wicket.authorization used by org.apache.wicket
Action
          A class for constructing singleton constants that represent a given component action that needs to be authorized.
IAuthorizationStrategy
          Authorization strategies specify aspect-like constraints on significant actions taken by the framework in a given application.
 

Classes in org.apache.wicket.authorization used by org.apache.wicket.authentication
IUnauthorizedComponentInstantiationListener
          Interface to code that is called to handle unauthorized component instantiations.
 

Classes in org.apache.wicket.authorization used by org.apache.wicket.authorization
Action
          A class for constructing singleton constants that represent a given component action that needs to be authorized.
AuthorizationException
          Base class for exceptions thrown as a result of authorization failure.
IAuthorizationStrategy
          Authorization strategies specify aspect-like constraints on significant actions taken by the framework in a given application.
 

Classes in org.apache.wicket.authorization used by org.apache.wicket.authorization.strategies
Action
          A class for constructing singleton constants that represent a given component action that needs to be authorized.
IAuthorizationStrategy
          Authorization strategies specify aspect-like constraints on significant actions taken by the framework in a given application.
 

Classes in org.apache.wicket.authorization used by org.apache.wicket.authorization.strategies.action
Action
          A class for constructing singleton constants that represent a given component action that needs to be authorized.
IAuthorizationStrategy
          Authorization strategies specify aspect-like constraints on significant actions taken by the framework in a given application.
 

Classes in org.apache.wicket.authorization used by org.apache.wicket.authorization.strategies.page
Action
          A class for constructing singleton constants that represent a given component action that needs to be authorized.
IAuthorizationStrategy
          Authorization strategies specify aspect-like constraints on significant actions taken by the framework in a given application.
 

Classes in org.apache.wicket.authorization used by org.apache.wicket.authorization.strategies.role
IAuthorizationStrategy
          Authorization strategies specify aspect-like constraints on significant actions taken by the framework in a given application.
 

Classes in org.apache.wicket.authorization used by org.apache.wicket.authorization.strategies.role.annotations
Action
          A class for constructing singleton constants that represent a given component action that needs to be authorized.
IAuthorizationStrategy
          Authorization strategies specify aspect-like constraints on significant actions taken by the framework in a given application.
 

Classes in org.apache.wicket.authorization used by org.apache.wicket.authorization.strategies.role.metadata
Action
          A class for constructing singleton constants that represent a given component action that needs to be authorized.
IAuthorizationStrategy
          Authorization strategies specify aspect-like constraints on significant actions taken by the framework in a given application.
 

Classes in org.apache.wicket.authorization used by org.apache.wicket.examples.authentication
IUnauthorizedComponentInstantiationListener
          Interface to code that is called to handle unauthorized component instantiations.
 

Classes in org.apache.wicket.authorization used by org.apache.wicket.settings
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.
 



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