Example usage for org.apache.wicket.authroles.authentication.panel SignInPanel subclass-usage

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

Introduction

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

Usage

From source file org.apache.isis.viewer.wicket.ui.pages.login.IsisSignInPanel.java

/**
 * An extension of Wicket's default SignInPanel that provides
 * custom markup, based on Bootstrap, and uses
 * {@link de.agilecoders.wicket.core.markup.html.bootstrap.common.NotificationPanel}
 * for Bootstrap styled error messages
 */

From source file org.jabylon.rest.ui.security.BootstrapSignInPanel.java

public class BootstrapSignInPanel extends SignInPanel {

    private static final long serialVersionUID = 6449210837745750191L;

    public BootstrapSignInPanel(String id) {
        super(id);