SEC-2365: registerAuthentication->configure

This commit is contained in:
Rob Winch
2013-10-16 13:59:56 -05:00
parent db3c626ac9
commit 348e3a22b6
42 changed files with 109 additions and 165 deletions

View File

@@ -121,8 +121,7 @@ public class SessionManagementConfigurerServlet31Tests {
}
@Override
protected void registerAuthentication(AuthenticationManagerBuilder auth)
throws Exception {
protected void configure(AuthenticationManagerBuilder auth) throws Exception {
auth
.inMemoryAuthentication()
.withUser("user").password("password").roles("USER");