mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-23 12:32:13 +00:00
SEC-2493: Fix javadoc for DefaultLdapAuthoritiesPopulator
This commit is contained in:
parent
a6cd1b6066
commit
fc1450f72c
@ -72,12 +72,12 @@ import java.util.Set;
|
|||||||
* The configuration below shows how the group search might be performed with the above schema.
|
* The configuration below shows how the group search might be performed with the above schema.
|
||||||
* <pre>
|
* <pre>
|
||||||
* <bean id="ldapAuthoritiesPopulator"
|
* <bean id="ldapAuthoritiesPopulator"
|
||||||
* class="org.springframework.security.authentication.ldap.populator.DefaultLdapAuthoritiesPopulator">
|
* class="org.springframework.security.ldap.userdetails.DefaultLdapAuthoritiesPopulator">
|
||||||
* <constructor-arg ref="contextSource"/>
|
* <constructor-arg ref="contextSource"/>
|
||||||
* <constructor-arg value="ou=groups"/>
|
* <constructor-arg value="ou=groups"/>
|
||||||
* <property name="groupRoleAttribute" value="ou"/>
|
* <property name="groupRoleAttribute" value="ou"/>
|
||||||
* <!-- the following properties are shown with their default values -->
|
* <!-- the following properties are shown with their default values -->
|
||||||
* <property name="searchSubTree" value="false"/>
|
* <property name="searchSubtree" value="false"/>
|
||||||
* <property name="rolePrefix" value="ROLE_"/>
|
* <property name="rolePrefix" value="ROLE_"/>
|
||||||
* <property name="convertToUpperCase" value="true"/>
|
* <property name="convertToUpperCase" value="true"/>
|
||||||
* </bean>
|
* </bean>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user