类 AuthenticationSuccessListener

java.lang.Object
cn.herodotus.engine.oauth2.management.compliance.listener.AuthenticationSuccessListener
所有已实现的接口:
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: 登录成功事件监听

作者:
: gengwei.zheng
Date:
: 2022/7/7 20:58
  • 构造器详细资料

  • 方法详细资料

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.security.authentication.event.AuthenticationSuccessEvent event)
      指定者:
      onApplicationEvent 在接口中 org.springframework.context.ApplicationListener<org.springframework.security.authentication.event.AuthenticationSuccessEvent>