如何用 oAuth2/spring 安全限制一个 connection/user

how to limit one connection/user with oAuth2/spring security

我目前正在构建一个 video/chat 应用程序。 服务器端基于 spring,具有 spring 安全性和关于安全问题的 oAuth2。 前端是 Java FX8 应用程序。

我想将我的服务限制为每个用户一个连接

我在 SpringSecurity/oAuth2 中没有看到任何支持。

最好的解决方案是什么?

任何帮助将不胜感激:)

如果我正确理解你的问题,你需要这个 Spring Security 3 Doc and Spring Security 4 Doc

"Concurrency Controll"