mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-24 03:03:44 +00:00
Make getGroupMembershipRoles method public for convenience.
This commit is contained in:
parent
53b6735c3e
commit
e5b79f1f95
@ -209,7 +209,7 @@ public class DefaultLdapAuthoritiesPopulator implements LdapAuthoritiesPopulator
|
||||
// return userRoles;
|
||||
// }
|
||||
|
||||
private Set getGroupMembershipRoles(String userDn, String username) {
|
||||
public final Set getGroupMembershipRoles(String userDn, String username) {
|
||||
Set authorities = new HashSet();
|
||||
|
||||
if (groupSearchBase == null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user