You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2025. It is now read-only.
I have noticed that the UsersService interface is package private while the implementation is not. This leads to an unintuitive API.
The entry point for all of the identity services (UsersService, GroupsService) are the IdentityService interface and the regarding implementation IdentityServiceImpl.
To be more convenient - you should either make GroupsServiceImpl and UsersServiceImpl package private or the regarding interfaces public.
Please verify - I would add a pull requests with the changes necessary.
Hi Folks,
I have noticed that the UsersService interface is package private while the implementation is not. This leads to an unintuitive API.
The entry point for all of the identity services (UsersService, GroupsService) are the IdentityService interface and the regarding implementation IdentityServiceImpl.
To be more convenient - you should either make GroupsServiceImpl and UsersServiceImpl package private or the regarding interfaces public.
Please verify - I would add a pull requests with the changes necessary.