接口 AuthenticationLoginService

所有已知实现类:
DefaultAuthenticationLoginServiceImpl

public interface AuthenticationLoginService
登录之后的事件服务
作者:
zhanglinfeng
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    loginFail(String username, org.springframework.security.core.AuthenticationException errorMessage)
    登录失败处理
    void
    登录成功
  • 方法详细资料

    • loginSuccess

      void loginSuccess(AuthUser authUser)
      登录成功
      参数:
      authUser - 登录成功的用户
    • loginFail

      void loginFail(String username, org.springframework.security.core.AuthenticationException errorMessage)
      登录失败处理
      参数:
      username - 用户名称
      errorMessage - 错误描述