Package com.adito.security.forms

Examples of com.adito.security.forms.AuthenticationSchemesForm.initialize()


        response.setHeader("Pragma", "must-revalidate");
       
        CoreUtil.clearFlow(request);

        AuthenticationSchemesForm schemesForm = (AuthenticationSchemesForm) form;
        schemesForm.initialize(getSessionInfo(request), getSessionInfo(request).getNavigationContext() == SessionInfo.MANAGEMENT_CONSOLE_CONTEXT ?
                        SystemDatabaseFactory.getInstance().getAuthenticationSchemeSequences(getSessionInfo(request).getUser().getRealm().getRealmID())
                        : ResourceUtil.getGrantedResource(getSessionInfo(request), getResourceType()));
        Util.noCache(response);
        return mapping.findForward("display");
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.