Added getter for authoritiesPopulator. Fix for SEC-227.
This commit is contained in:
parent
596882804f
commit
4d9f99acc4
|
@ -184,5 +184,9 @@ public class LdapAuthenticationProvider extends AbstractUserDetailsAuthenticatio
|
|||
authoritiesPopulator.getGrantedAuthorities(username, userDn, attributes));
|
||||
|
||||
}
|
||||
|
||||
protected LdapAuthoritiesPopulator getAuthoritiesPoulator() {
|
||||
return authoritiesPopulator;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue