Class AuthenticationSuccessListener

java.lang.Object
cn.herodotus.engine.oauth2.management.compliance.listener.AuthenticationSuccessListener
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.security.authentication.event.AuthenticationSuccessEvent>

public class AuthenticationSuccessListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.security.authentication.event.AuthenticationSuccessEvent>

Description: 登录成功事件监听

Author:
: gengwei.zheng
Date:
: 2022/7/7 20:58
  • Constructor Details

  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.security.authentication.event.AuthenticationSuccessEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.security.authentication.event.AuthenticationSuccessEvent>