SYMBOL INDEX (15 symbols across 2 files) FILE: src/main/java/demo/SsoApplication.java class SsoApplication (line 32) | @Configuration method dashboard (line 39) | @RequestMapping("/message") method user (line 44) | @RequestMapping("/user") method main (line 49) | public static void main(String[] args) { class LoginErrors (line 53) | @Controller method dashboard (line 56) | @RequestMapping("/dashboard/login") class LoginConfigurer (line 63) | @Component method configure (line 67) | @Override method csrfHeaderFilter (line 77) | private Filter csrfHeaderFilter() { method csrfTokenRepository (line 96) | private CsrfTokenRepository csrfTokenRepository() { FILE: src/test/java/demo/ApplicationTests.java class ApplicationTests (line 18) | @RunWith(SpringJUnit4ClassRunner.class) method homePageLoads (line 32) | @Test method userEndpointProtected (line 39) | @Test method envEndpointProtected (line 49) | @Test method loginRedirects (line 58) | @Test