Interface AuthenticationExceptionHandler
public interface AuthenticationExceptionHandler
Handles AuthenticationException for different instances of WebSecurityConfigurerAdapter used for different
authentication mechanism used
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isBadCredentials
(org.springframework.security.core.AuthenticationException e)
-
Method Details
-
isBadCredentials
boolean isBadCredentials(org.springframework.security.core.AuthenticationException e) - Parameters:
e
- the AuthenticationException thrown by authentication attempt- Returns:
- whether or not is an bad credentials related exception
-