Package fiftyfive.wicket.shiro.markup

Examples of fiftyfive.wicket.shiro.markup.AuthenticationStatusPanel


    public BasePage(PageParameters params)
    {
        super(params);
       
        // Login/logout link
        add(new AuthenticationStatusPanel("authStatus"));
       
        // For general "you have been logged out", etc. messages
        add(new FeedbackPanel("feedback"));

        // Copyright year in footer
View Full Code Here

TOP

Related Classes of fiftyfive.wicket.shiro.markup.AuthenticationStatusPanel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.