Uses of Class
org.apache.wicket.authentication.AuthenticatedWebApplication

Packages that use AuthenticatedWebApplication
org.apache.wicket.authentication   
org.apache.wicket.examples.authentication   
 

Uses of AuthenticatedWebApplication in org.apache.wicket.authentication
 

Constructors in org.apache.wicket.authentication with parameters of type AuthenticatedWebApplication
AuthenticatedWebSession(AuthenticatedWebApplication application, Request request)
          Deprecated. Use AuthenticatedWebSession.AuthenticatedWebSession(Request)
 

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

Subclasses of AuthenticatedWebApplication in org.apache.wicket.examples.authentication
 class MyAuthenticatedWebApplication
          A role-authorized, authenticated web application in just a few lines of code.
 



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