mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 13:53:14 +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();
|
Set authorities = new HashSet();
|
||||||
|
|
||||||
if (groupSearchBase == null) {
|
if (groupSearchBase == null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user