final AccessDecisionManager httpRequestAccessDecisionManager)
throws Exception {
SecurityCheckerImpl checker = new SecurityCheckerImpl();
checker.setAuthenticationManager(authenticationManager);
checker.setAccessDecisionManager(httpRequestAccessDecisionManager);
checker.afterPropertiesSet();
return checker;
}
public static PageRenderService buildPageRenderService(