serverAuthenticationSuccessHandler->authenticationSuccessHandler

Issue: gh-4822
This commit is contained in:
Rob Winch
2017-11-14 15:05:06 -06:00
parent 5c83f92ddc
commit 520e0a5a68
4 changed files with 12 additions and 12 deletions

View File

@@ -124,7 +124,7 @@ public class FormLoginTests {
.anyExchange().authenticated()
.and()
.formLogin()
.serverAuthenticationSuccessHandler(new RedirectServerAuthenticationSuccessHandler("/custom"))
.authenticationSuccessHandler(new RedirectServerAuthenticationSuccessHandler("/custom"))
.and()
.build();