mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-27 14:22:47 +00:00
Minor corrections to aspectj interceptor docs
This commit is contained in:
parent
38837775a5
commit
b1243416fc
@ -140,7 +140,7 @@ public aspect DomainObjectInstanceSecurityAspect implements InitializingBean {
|
||||
<bean id="domainObjectInstanceSecurityAspect"
|
||||
class="org.springframework.security.samples.aspectj.DomainObjectInstanceSecurityAspect"
|
||||
factory-method="aspectOf">
|
||||
<property name="securityInterceptor" ref="aspectJSecurityInterceptor"/>
|
||||
<property name="securityInterceptor" ref="bankManagerSecurity"/>
|
||||
</bean>]]>
|
||||
</programlisting>
|
||||
<para>That's it! Now you can create your beans from anywhere within your application, using
|
||||
|
Loading…
x
Reference in New Issue
Block a user