Tidy up XML formatting in comment
This commit is contained in:
parent
9f41b9f470
commit
da780e4567
|
@ -70,7 +70,9 @@ import javax.naming.directory.SearchControls;
|
|||
* <!-- the following properties are shown with their default values -->
|
||||
* <property name="searchSubTree"><value>false</value></property>
|
||||
* <property name="rolePrefix"><value>ROLE_</value></property>
|
||||
* <property name="convertToUpperCase"><value>true</value></property></bean></pre>A search for
|
||||
* <property name="convertToUpperCase"><value>true</value></property>
|
||||
* </bean>
|
||||
* </pre>A search for
|
||||
* roles for user "uid=ben,ou=people,dc=acegisecurity,dc=org" would return the single granted authority
|
||||
* "ROLE_DEVELOPER".</p>
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue