serverAuthenticationFailureHandler->authenticationFailureHandler

Issue: gh-4822
This commit is contained in:
Rob Winch
2017-11-14 14:58:22 -06:00
parent 692233e431
commit 5c83f92ddc
3 changed files with 13 additions and 13 deletions

View File

@@ -72,7 +72,7 @@ public class AuthenticationWebFilterTests {
this.filter.setServerAuthenticationSuccessHandler(this.successHandler);
this.filter.setAuthenticationConverter(this.authenticationConverter);
this.filter.setSecurityContextRepository(this.securityContextRepository);
this.filter.setServerAuthenticationFailureHandler(this.failureHandler);
this.filter.setAuthenticationFailureHandler(this.failureHandler);
}
@Test