fix comment of authenticationFailureHandler

This commit is contained in:
Geonu Jeon 2020-09-24 16:46:08 +09:00 committed by Eleftheria Stein-Kousathana
parent c502312719
commit fd615535b3
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ import org.springframework.security.web.authentication.AuthenticationSuccessHand
* @property authenticationSuccessHandler the [AuthenticationSuccessHandler] used after
* authentication success
* @property authenticationFailureHandler the [AuthenticationFailureHandler] used after
* authentication success
* authentication failure
* @property failureUrl the URL to send users if authentication fails
* @property loginProcessingUrl the URL to validate the credentials
* @property permitAll whether to grant access to the urls for [failureUrl] as well as