st-tu-dresden/salespoint

Allow to obtain `UserAccount` instances for all currently logged-in users

Closed this issue · 0 comments

Apparently, there are labs that require the lookup of all users currently logged into the system. Implementing that functionality needs profound knowledge about Spring Security internals (such as SessionRegistry) and the way Salespoint interacts with it (UserAccountDetails). It would be nice if Salespoint's AuthenticationManagement exposed dedicated functionality to obtain these UserAccount instances directly.