Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The UserStore and PropertyUserStore classes are hard to re-use for caching eg JDBC data #5272

Closed
janbartel opened this issue Sep 15, 2020 · 0 comments · Fixed by #5641
Closed
Assignees
Labels
Enhancement Sponsored This issue affects a user with a commercial support agreement

Comments

@janbartel
Copy link
Contributor

9.4.x

The o.e.j.security.UserStore and o.e.j.security.PopertyUserStore classes are hard to re-use. The intention is to provide an L1 cache of user authentication and authorization information, with the various XXXLoginService classes providing the interface to the persistent store. However, the way the classes are currently written, they are only used by the HashLoginService class. Some of the behaviour of the PropertyUserStore could usefully be incorporated into the UserStore to provide a cache that can periodically be emptied/replenished from the XXXLoginService classes.

@janbartel janbartel self-assigned this Sep 15, 2020
@joakime joakime added the Sponsored This issue affects a user with a commercial support agreement label Sep 15, 2020
janbartel added a commit that referenced this issue Nov 11, 2020
Signed-off-by: Jan Bartel <janb@webtide.com>
janbartel added a commit that referenced this issue Nov 11, 2020
Signed-off-by: Jan Bartel <janb@webtide.com>
janbartel added a commit that referenced this issue Nov 11, 2020
Signed-off-by: Jan Bartel <janb@webtide.com>
janbartel added a commit that referenced this issue Nov 11, 2020
Signed-off-by: Jan Bartel <janb@webtide.com>
janbartel added a commit that referenced this issue Nov 11, 2020
Signed-off-by: Jan Bartel <janb@webtide.com>
janbartel added a commit that referenced this issue Nov 12, 2020
Signed-off-by: Jan Bartel <janb@webtide.com>
janbartel added a commit that referenced this issue Nov 12, 2020
Signed-off-by: Jan Bartel <janb@webtide.com>
janbartel added a commit that referenced this issue Nov 17, 2020
Signed-off-by: Jan Bartel <janb@webtide.com>
janbartel added a commit that referenced this issue Nov 17, 2020
* Issue #5272 Clean up LoginServices and LoginModules

Signed-off-by: Jan Bartel <janb@webtide.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Sponsored This issue affects a user with a commercial support agreement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants