SEC-2365: registerAuthentication->configure
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user