Example usage for org.apache.wicket.authroles.authentication AuthenticatedWebApplication subclass-usage

List of usage examples for org.apache.wicket.authroles.authentication AuthenticatedWebApplication subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.authroles.authentication AuthenticatedWebApplication subclass-usage.

Usage

From source file org.wicketTutorial.basicauth.WicketApplication.java

/**
 * Application object for your web application. If you want to run this application without deploying, run the Start class.
 * 
 * @see org.wicketTutorial.basicauth.Start#main(String[])
 */
public class WicketApplication extends AuthenticatedWebApplication {

From source file org.wicketTutorial.metadataroles.WicketApplication.java

/**
 * Application object for your web application. If you want to run this application without deploying, run the Start class.
 * 
 * @see org.wicketTutorial.metadataroles.Start#main(String[])
 */
public class WicketApplication extends AuthenticatedWebApplication {

From source file org.wicketTutorial.rolestrategy.WicketApplication.java

/**
 * Application object for your web application. If you want to run this application without deploying, run the Start class.
 * 
 * @see org.wicketTutorial.rolestrategy.Start#main(String[])
 */
public class WicketApplication extends AuthenticatedWebApplication {

From source file org.yafra.wicket.admin.AdminApplication.java

/**
 * @author mwn
 * 
 */
public class AdminApplication extends AuthenticatedWebApplication {
    public static Logging yafralog = null;

From source file org.yes.cart.web.application.StorefrontApplication.java

/**
 *
 * Main web application.
 *
 * In case if we yes-cart running without apache http server
 *

From source file pl.klimczakowie.cpublication2.web.WicketApplication.java

/**
 * Application object for your web application. If you want to run this
 * application without deploying, run the Start class.
 * 
 * @see org.apache.wicket.example.Start#main(String[])
 */

From source file sf.wicklet.ext.test.arquillian.testauth01.TestApplication.java

public class TestApplication extends AuthenticatedWebApplication {

    public static final String LOGGED_IN_COOKIE_NAME = "LoggedIn";
    public static final String DEFAUT_ENCRYPTION_KEY = "AbcdEfg";
    public static final int HTTP_PORT = 8080;
    public static final int HTTPS_PORT = 8443;

From source file sf.wicklet.gwt.server.ajax.GwtAuthenticatedWebApplication.java

/** Standard authenticated web application with IWickletApplication and IGwtAjaxSupportProvider. */
public abstract class GwtAuthenticatedWebApplication extends AuthenticatedWebApplication
        implements IWickletApplication, IGwtAjaxSupportProvider {
    public static GwtAuthenticatedWebApplication get() {
        return (GwtAuthenticatedWebApplication) WebApplication.get();
    }

From source file sk.lazyman.gizmo.security.GizmoApplication.java

/**
 * @author lazyman
 */
@Component("gizmoApplication")
public class GizmoApplication extends AuthenticatedWebApplication {

From source file tg.adn.precord.core.web.PrecordApp.java

/**
 *
 * @author cagecfi
 */
public class PrecordApp extends AuthenticatedWebApplication {