类 AuthenticationLoginEventListener
java.lang.Object
cn.bbwres.biscuit.security.oauth2.event.AuthenticationLoginEventListener
增加登录日志
- 作者:
- zhanglinfeng12
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidfailureBadCredentialsEvent(org.springframework.security.authentication.event.AbstractAuthenticationFailureEvent event) 登陆鉴权错误事件处理voidsuccessEvent(org.springframework.security.authentication.event.AuthenticationSuccessEvent event) 登陆鉴权成功事件处理
-
构造器详细资料
-
AuthenticationLoginEventListener
-
-
方法详细资料
-
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-
-