Use AspectJMethodSecurityInterceptor in reference

Change reference to use AspectJMethodSecurityInterceptor instead of
undefined AspectJSecurityInterceptor.
This commit is contained in:
Rob Winch 2012-12-04 10:06:27 -06:00
parent 373fe3a9f1
commit 5ba31dfd56
1 changed files with 1 additions and 1 deletions

View File

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