接口 UserLoginSuccessService
- 所有已知实现类:
UserLoginSuccessServiceImpl
public interface UserLoginSuccessService
用户登录成功服务
-
方法概要
修饰符和类型方法说明void
onAuthenticationSuccess
(String sessionId, org.springframework.security.core.Authentication authentication) 权限认证成功
-
方法详细资料
-
onAuthenticationSuccess
void onAuthenticationSuccess(String sessionId, org.springframework.security.core.Authentication authentication) throws IOException, jakarta.servlet.ServletException 权限认证成功- 参数:
sessionId
- 会话idauthentication
- 权限- 抛出:
IOException
- 异常信息jakarta.servlet.ServletException
- 异常信息
-