Make getGroupMembershipRoles method public for convenience.

This commit is contained in:
Luke Taylor 2006-05-22 19:06:19 +00:00
parent 53b6735c3e
commit e5b79f1f95
1 changed files with 1 additions and 1 deletions

View File

@ -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) {