Uses of Interface
org.apache.wicket.authorization.IUnauthorizedComponentInstantiationListener

Packages that use IUnauthorizedComponentInstantiationListener
org.apache.wicket.authentication   
org.apache.wicket.examples.authentication   
org.apache.wicket.settings   
 

Uses of IUnauthorizedComponentInstantiationListener in org.apache.wicket.authentication
 

Classes in org.apache.wicket.authentication that implement IUnauthorizedComponentInstantiationListener
 class AuthenticatedWebApplication
          A web application subclass that does role-based authentication.
 

Uses of IUnauthorizedComponentInstantiationListener in org.apache.wicket.examples.authentication
 

Classes in org.apache.wicket.examples.authentication that implement IUnauthorizedComponentInstantiationListener
 class MyAuthenticatedWebApplication
          A role-authorized, authenticated web application in just a few lines of code.
 

Uses of IUnauthorizedComponentInstantiationListener in org.apache.wicket.settings
 

Methods in org.apache.wicket.settings that return IUnauthorizedComponentInstantiationListener
 IUnauthorizedComponentInstantiationListener Settings.getUnauthorizedComponentInstantiationListener()
           
 IUnauthorizedComponentInstantiationListener ISecuritySettings.getUnauthorizedComponentInstantiationListener()
           
 

Methods in org.apache.wicket.settings with parameters of type IUnauthorizedComponentInstantiationListener
 void Settings.setUnauthorizedComponentInstantiationListener(IUnauthorizedComponentInstantiationListener unauthorizedComponentInstantiationListener)
           
 void ISecuritySettings.setUnauthorizedComponentInstantiationListener(IUnauthorizedComponentInstantiationListener unauthorizedComponentInstantiationListener)
           
 



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