接口 AuthenticationLoginService
public interface AuthenticationLoginService
登录之后的事件服务
- 作者:
- zhanglinfeng
-
方法概要
-
方法详细资料
-
loginSuccess
登录成功- 参数:
authUser- 登录成功的用户
-
loginFail
void loginFail(String username, org.springframework.security.core.AuthenticationException errorMessage) 登录失败处理- 参数:
username- 用户名称errorMessage- 错误描述
-