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;
|
// return userRoles;
|
||||||
// }
|
// }
|
||||||
|
|
||||||
private Set getGroupMembershipRoles(String userDn, String username) {
|
public final Set getGroupMembershipRoles(String userDn, String username) {
|
||||||
Set authorities = new HashSet();
|
Set authorities = new HashSet();
|
||||||
|
|
||||||
if (groupSearchBase == null) {
|
if (groupSearchBase == null) {
|
||||||
|
|
Loading…
Reference in New Issue