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");
}