mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 05:42:31 +00:00
Removed "final" from getGroupMembershipRoles
This commit is contained in:
parent
2a7caff95f
commit
88825089a7
@ -205,7 +205,7 @@ public class DefaultLdapAuthoritiesPopulator implements LdapAuthoritiesPopulator
|
||||
// }
|
||||
|
||||
|
||||
public final Set getGroupMembershipRoles(String userDn, String username) {
|
||||
public Set getGroupMembershipRoles(String userDn, String username) {
|
||||
Set authorities = new HashSet();
|
||||
|
||||
if (groupSearchBase == null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user