Interface SecurityAuthenticateAfterHandler
public interface SecurityAuthenticateAfterHandler
安全认证后处理器接口.
在用户认证成功后执行的处理器接口,可用于执行认证后的业务逻辑, 如记录登录日志、更新用户最后登录时间等.
- Author:
- Liu,Dongdong
-
Method Summary
-
Method Details
-
handler
-
在用户认证成功后执行的处理器接口,可用于执行认证后的业务逻辑, 如记录登录日志、更新用户最后登录时间等.