类 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
-
构造器概要
构造器构造器说明AuthenticationSuccessListener(SignInFailureLimitedStampManager stampManager, OAuth2ComplianceService complianceService) -
方法概要
修饰符和类型方法说明voidonApplicationEvent(org.springframework.security.authentication.event.AuthenticationSuccessEvent event) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.springframework.context.ApplicationListener
supportsAsyncExecution
-
构造器详细资料
-
AuthenticationSuccessListener
public AuthenticationSuccessListener(SignInFailureLimitedStampManager stampManager, OAuth2ComplianceService complianceService)
-
-
方法详细资料
-
onApplicationEvent
public void onApplicationEvent(org.springframework.security.authentication.event.AuthenticationSuccessEvent event) - 指定者:
onApplicationEvent在接口中org.springframework.context.ApplicationListener<org.springframework.security.authentication.event.AuthenticationSuccessEvent>
-