类 UserLoginSuccessServiceImpl
java.lang.Object
com.cdkjframework.security.service.impl.UserLoginSuccessServiceImpl
- 所有已实现的接口:
UserLoginSuccessService
@Component
public class UserLoginSuccessServiceImpl
extends Object
implements UserLoginSuccessService
用户登录成功服务
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
onAuthenticationSuccess
(String sessionId, org.springframework.security.core.Authentication authentication) 权限认证成功
-
构造器详细资料
-
UserLoginSuccessServiceImpl
public UserLoginSuccessServiceImpl()
-
-
方法详细资料
-
onAuthenticationSuccess
public void onAuthenticationSuccess(String sessionId, org.springframework.security.core.Authentication authentication) throws IOException, jakarta.servlet.ServletException 权限认证成功- 指定者:
onAuthenticationSuccess
在接口中UserLoginSuccessService
- 参数:
sessionId
- 会话idauthentication
- 权限- 抛出:
IOException
- 异常信息jakarta.servlet.ServletException
- 异常信息
-