|
|
|
|
@ -70,7 +70,9 @@ import javax.naming.directory.SearchControls;
@@ -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> |
|
|
|
|
* |
|
|
|
|
|