DefaultLdapAuthoritiesPopulator.java | Class | The default strategy for obtaining user role information from the directory.
It obtains roles by performing a search for "groups" the user is a member of.
A typical group search scenario would be where each group/role is specified using the groupOfNames
(or groupOfUniqueNames) LDAP objectClass and the user's DN is listed in the member (or
uniqueMember) attribute to indicate that they should be assigned that role. |