Explorar o código

Use AspectJMethodSecurityInterceptor in reference

Change reference to use AspectJMethodSecurityInterceptor instead of
undefined AspectJSecurityInterceptor.
Rob Winch %!s(int64=12) %!d(string=hai) anos
pai
achega
87c3c7edb9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"/>