Example usage for org.apache.wicket.authroles.authentication.pages SignOutPage subclass-usage

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

Introduction

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

Usage

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

@SuppressWarnings("serial")
public class BackofficeSignOutPage extends SignOutPage {

    public BackofficeSignOutPage() {
        this(null);
    }