mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-29 15:22:15 +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() {
|
protected String[] getUserRoleAttributes() {
|
||||||
return userRoleAttributes;
|
return userRoleAttributes;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user