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 abid.password.wicket.MutablePasswordApplication.java

@Singleton
public class MutablePasswordApplication extends AuthenticatedWebApplication {

    @Inject
    private WorkManager unitOfWork;
    @Inject

From source file ca.travelagency.Application.java

@Component
public class Application extends AuthenticatedWebApplication implements ApplicationContextAware {
    private ApplicationContext applicationContext;

    @Override
    public Class<HomePage> getHomePage() {

From source file com.adamjan.RootApplication.java

/**
 * The MIT License
 * <p/>
 * Copyright (c) 2013 Adam Smolarek
 * <p/>
 * Permission is hereby granted, free of charge, to any person obtaining a copy

From source file com.apachecon.memories.ScrapbookApplication.java

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

From source file com.barchart.kerberos.server.security.zMyAuthenticatedWebApplication.java

/**
 * A role-authorized, authenticated web application in just a few lines of code.
 * 
 * @author Jonathan Locke
 */
public class zMyAuthenticatedWebApplication extends AuthenticatedWebApplication {

From source file com.cubeia.backoffice.web.BackofficeApplication.java

/**
 * Application object for your web application. If you want to run this
 * application without deploying, run the Start class.
 *
 */

From source file com.evolveum.midpoint.web.security.MidPointApplication.java

/**
 * @author lazyman
 */
@Component("midpointApplication")
public class MidPointApplication extends AuthenticatedWebApplication {

From source file com.framgia.attendance.web.AttendanceApplication.java

public class AttendanceApplication extends AuthenticatedWebApplication {

    // private final static Logger logger =
    // LoggerFactory.getLogger(AttendanceApplication.class);

    @Override

From source file com.francetelecom.clara.cloud.presentation.WicketApplication.java

/**
 * ACP wicket application configure general application settings and define
 * application session
 */
public class WicketApplication extends AuthenticatedWebApplication { // implements IWiQuerySettings {

From source file com.github.ilmoeuro.hackmikkeli2016.ui.HmApplication.java

@Slf4j
public final class HmApplication extends AuthenticatedWebApplication {

    @Getter
    private final ConfigProvider configProvider;
    @Getter