mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 13:53:14 +00:00
Fix for SEC-189. Added getter for initialDirContextFactory.
This commit is contained in:
parent
6c29a6d17e
commit
cd7efaf567
@ -290,6 +290,10 @@ public class DefaultLdapAuthoritiesPopulator implements LdapAuthoritiesPopulator
|
||||
}
|
||||
}
|
||||
|
||||
protected InitialDirContextFactory getInitialDirContextFactory() {
|
||||
return initialDirContextFactory;
|
||||
}
|
||||
|
||||
protected String[] getUserRoleAttributes() {
|
||||
return userRoleAttributes;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user