类 DefaultAuthenticationLoginServiceImpl
- java.lang.Object
-
- cn.bbwres.biscuit.security.oauth2.event.DefaultAuthenticationLoginServiceImpl
-
- 所有已实现的接口:
AuthenticationLoginService
public class DefaultAuthenticationLoginServiceImpl extends Object implements AuthenticationLoginService
登录之后的事件服务- 作者:
- zhanglinfeng
-
-
构造器概要
构造器 构造器 说明 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- 错误描述
-
-