类 AuthenticationLoginEventListener


  • public class AuthenticationLoginEventListener
    extends Object
    增加登录日志
    作者:
    zhanglinfeng12
    • 构造器详细资料

      • AuthenticationLoginEventListener

        public AuthenticationLoginEventListener​(AuthenticationLoginService authenticationLoginService)
    • 方法详细资料

      • successEvent

        @EventListener
        public void successEvent​(org.springframework.security.authentication.event.AuthenticationSuccessEvent event)
        登陆鉴权成功事件处理
        参数:
        event -
      • failureBadCredentialsEvent

        @EventListener
        public void failureBadCredentialsEvent​(org.springframework.security.authentication.event.AbstractAuthenticationFailureEvent event)
        登陆鉴权错误事件处理
        参数:
        event -