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 com.olegchir.flussonic_userlinks.init.WicketApplication.java

/**
 * Created by olegchir on 24.12.14.
 */
public class WicketApplication extends AuthenticatedWebApplication {
    public WicketApplication() {
    }

From source file com.olegchir.wicket_spring_security_example.init.WicketApplication.java

/**
 * Created by olegchir on 24.12.14.
 */
public class WicketApplication extends AuthenticatedWebApplication {
    public WicketApplication() {
    }

From source file com.romeikat.datamessie.core.base.app.DataMessieApplication.java

@Component
public class DataMessieApplication extends AuthenticatedWebApplication {

    private static final Logger LOG = LoggerFactory.getLogger(DataMessieApplication.class);

    private static final int requestTimeout = 30;

From source file cz.zcu.kiv.eegdatabase.wui.app.EEGDataBaseApplication.java

/**
 * Main class for wicket core. Initialization of wicket core, mounter pages on specific url, prepare project settings: security policy, redirect policy.
 * 
 * @author Jakub Rinkes
 * 
 */

From source file de.inren.frontend.application.InRenApplication.java

/**
 * 
 * @author Ingo Renner
 *
 */
public class InRenApplication extends AuthenticatedWebApplication {

From source file de.smf.timetracker.controller.TimetrackerApplication.java

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

From source file de.tudarmstadt.ukp.clarin.webanno.webapp.WicketApplication.java

/**
 * The wicket application class. Sets up pages, authentication, theme, and other application-wide
 * configuration.
 *
 */
public class WicketApplication extends AuthenticatedWebApplication {

From source file de.tudarmstadt.ukp.csniper.webapp.WicketApplication.java

/**
 * Application object for your web application. If you want to run this application without
 * deploying, run the Start class.
 */
public class WicketApplication extends AuthenticatedWebApplication {
    boolean isInitialized = false;

From source file de.tu_berlin.cit.intercloud.webapp.IntercloudWebApplication.java

/**
 * Main class of the this web application.
 *
 * @author Alexander Stanik
 *
 */

From source file de.widone.web.WiDoneApplication.java

/**
 * Application object for your web application. If you want to run this application without deploying, run the Start class.
 *
 * @see de.widone.web.Start#main(String[])
 */
@Named("wicketApplication")