类 DefaultAuthenticationLoginServiceImpl

java.lang.Object
cn.bbwres.biscuit.security.oauth2.event.DefaultAuthenticationLoginServiceImpl
所有已实现的接口:
AuthenticationLoginService

public class DefaultAuthenticationLoginServiceImpl extends Object implements AuthenticationLoginService
登录之后的事件服务
作者:
zhanglinfeng
  • 构造器详细资料

    • DefaultAuthenticationLoginServiceImpl

      public DefaultAuthenticationLoginServiceImpl()
  • 方法详细资料

    • loginSuccess

      public void loginSuccess(AuthUser authUser)
      登录成功
      指定者:
      loginSuccess 在接口中 AuthenticationLoginService
      参数:
      authUser - 登录成功的用户
    • loginFail

      public void loginFail(String username, org.springframework.security.core.AuthenticationException errorMessage)
      登录失败处理
      指定者:
      loginFail 在接口中 AuthenticationLoginService
      参数:
      username - 用户名称
      errorMessage - 错误描述