We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 util classes KeycloakUtil and SecurityContextUtil contain several more or less identical methods. This needs to be cleaned up.
KeycloakUtil
SecurityContextUtil
e.g:
KeycloakUtil.getKeycloakUserIdFromAuthentication
SecurityContextUtil.getKeycloakUserIdFromAuthentication
KeycloakUtil.getUserGroups
SecurityContextUtil.getKeycloakGroupsForUser
The text was updated successfully, but these errors were encountered:
KaiVolland
Successfully merging a pull request may close this issue.
The util classes
KeycloakUtil
andSecurityContextUtil
contain several more or less identical methods.This needs to be cleaned up.
e.g:
KeycloakUtil.getKeycloakUserIdFromAuthentication
vs.SecurityContextUtil.getKeycloakUserIdFromAuthentication
KeycloakUtil.getUserGroups
vsSecurityContextUtil.getKeycloakGroupsForUser
The text was updated successfully, but these errors were encountered: