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

Issue #5272 Clean up LoginServices and LoginModules #5641

Merged
merged 6 commits into from
Nov 17, 2020

Conversation

janbartel
Copy link
Contributor

Closes #5272

This issue started out as a way to make the UserStore and PropertyUserStore more re-usable, but has become more of a clean-up of the LoginService and LoginModule code to remove unnecessary complication and duplication.

Signed-off-by: Jan Bartel <janb@webtide.com>
@janbartel janbartel self-assigned this Nov 11, 2020
Copy link
Contributor

@gregw gregw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@lachlan-roberts lachlan-roberts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I have suggested some other minor cleanups that you might want to consider before merging.

Signed-off-by: Jan Bartel <janb@webtide.com>
@janbartel janbartel merged commit ac6444f into jetty-10.0.x Nov 17, 2020
@janbartel janbartel deleted the jetty-10.0.x-5272-loginservice-cleanup branch November 17, 2020 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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