Interface AuthenticationExceptionHandler


  • public interface AuthenticationExceptionHandler
    Handles AuthenticationException for different instances of WebSecurityConfigurerAdapter used for different authentication mechanism used
    • Method Detail

      • 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