瀏覽代碼

Use AspectJMethodSecurityInterceptor in reference

Change reference to use AspectJMethodSecurityInterceptor instead of
undefined AspectJSecurityInterceptor.
Rob Winch 12 年之前
父節點
當前提交
87c3c7edb9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/manual/src/docbook/secured-objects.xml

+ 1 - 1
docs/manual/src/docbook/secured-objects.xml

@@ -64,7 +64,7 @@
             configured in the Spring application context:</para>
         <programlisting language="xml"><![CDATA[
 <bean id="bankManagerSecurity" class=
-    "org.springframework.security.access.intercept.aspectj.AspectJSecurityInterceptor">
+    "org.springframework.security.access.intercept.aspectj.AspectJMethodSecurityInterceptor">
   <property name="authenticationManager" ref="authenticationManager"/>
   <property name="accessDecisionManager" ref="accessDecisionManager"/>
   <property name="afterInvocationManager" ref="afterInvocationManager"/>