|
|
@ -17,7 +17,7 @@ import com.ruoyi.common.security.handler.AbstractAuthenticationFailureEvenHandle
|
|
|
|
@Component
|
|
|
|
@Component
|
|
|
|
public class AuthenticationFailureEvenHandler extends AbstractAuthenticationFailureEvenHandler
|
|
|
|
public class AuthenticationFailureEvenHandler extends AbstractAuthenticationFailureEvenHandler
|
|
|
|
{
|
|
|
|
{
|
|
|
|
private final Logger logger = LoggerFactory.getLogger(AuthenticationSuccessEventHandler.class);
|
|
|
|
private final Logger logger = LoggerFactory.getLogger(AuthenticationFailureEvenHandler.class);
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public void handle(AuthenticationException authenticationException, Authentication authentication)
|
|
|
|
public void handle(AuthenticationException authenticationException, Authentication authentication)
|
|
|
|