소스 검색

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"/>