1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Consistent configureGlobal in samples

This commit is contained in:
Rob Winch
2014-12-10 17:02:22 -06:00
parent 8b1f5f7cd7
commit a36c4bcb04
7 changed files with 7 additions and 7 deletions
@@ -11,7 +11,7 @@ import org.springframework.security.config.annotation.web.configuration.EnableWe
public class SecurityConfig extends WebSecurityConfigurerAdapter {
@Autowired
public void registerGlobalAuthentication(
public void configureGlobal(
AuthenticationManagerBuilder auth) throws Exception {
auth
.inMemoryAuthentication()