-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
WIP: Feature/group permissions2.0 #277
base: develop
Are you sure you want to change the base?
Conversation
|
||
public List<String> getGroups() { | ||
return groups; | ||
public List<GroupJson> getGroups() { |
Check notice
Code scanning / CodeQL
Exposing internal representation Note
after this call to getGroups
users/src/main/java/org/openmbee/mms/users/security/AbstractUsersDetailsService.java
Fixed
Show fixed
Hide fixed
users/src/main/java/org/openmbee/mms/users/security/AbstractUsersDetailsService.java
Fixed
Show fixed
Hide fixed
ldap/src/main/java/org/openmbee/mms/ldap/security/LdapUsersDetailsService.java
Fixed
Show fixed
Hide fixed
ldap/src/main/java/org/openmbee/mms/ldap/security/LdapUsersDetailsService.java
Fixed
Show fixed
Hide fixed
ldap/src/main/java/org/openmbee/mms/ldap/security/LdapUsersDetailsService.java
Fixed
Show fixed
Hide fixed
localauth/src/main/java/org/openmbee/mms/localauth/security/LocalUsersDetailsService.java
Fixed
Show fixed
Hide fixed
private class UserAttributesMapper implements ContextMapper<UserJson> { | ||
|
||
|
||
public UserJson mapFromContext(Object ctx) throws NamingException { |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
ContextMapper.mapFromContext
return userPersistence.save(user); | ||
} | ||
|
||
public Collection<UserJson> getUsers() { |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
UsersDetailsService.getUsers
this.userPersistence = userPersistence; | ||
} | ||
|
||
public UserJson saveUser(UserJson user) { |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
UsersDetailsService.saveUser
saveUser(user); | ||
} | ||
|
||
public UserJson update(UserCreateRequest req, UserJson user) { |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
UsersDetailsService.update
ldap/src/main/java/org/openmbee/mms/ldap/security/LdapUsersDetailsService.java
Fixed
Show fixed
Hide fixed
Why is gradlew an empty file now? |
Rebasing of groupPermissions adding the following in support of Local (mms-only) Groups: