浏览代码

SEC-1132: Restructuring of ACL packages

Luke Taylor 16 年之前
父节点
当前提交
1a69a4d45a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      samples/dms/src/main/resources/applicationContext-dms-secure.xml

+ 2 - 2
samples/dms/src/main/resources/applicationContext-dms-secure.xml

@@ -219,9 +219,9 @@
 
    <!-- ================= METHOD INVOCATION AUTHORIZATION ==================== -->
 
-   <bean id="methodSecurityAdvisor" class="org.springframework.security.access.intercept.method.aopalliance.MethodSecurityMetadataSourceAdvisor" autowire="constructor"/>
+   <bean id="methodSecurityAdvisor" class="org.springframework.security.access.intercept.aopalliance.MethodSecurityMetadataSourceAdvisor" autowire="constructor"/>
 
-   <bean id="methodSecurityInterceptor" class="org.springframework.security.access.intercept.method.aopalliance.MethodSecurityInterceptor">
+   <bean id="methodSecurityInterceptor" class="org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor">
       <property name="authenticationManager"><ref bean="authenticationManager"/></property>
       <property name="accessDecisionManager"><ref local="businessAccessDecisionManager"/></property>
       <property name="afterInvocationManager"><ref local="afterInvocationManager"/></property>