org.acegisecurity.intercept.method.aspectj |
Enforces security for AspectJ JointPoint s, delegating secure
object callbacks to the calling aspect.
Refer to the reference guide for information on usage.
|
Java Source File Name | Type | Comment |
AspectJCallback.java | Interface | Called by the
AspectJSecurityInterceptor when it wishes for the
AspectJ processing to continue. |
AspectJSecurityInterceptor.java | Class | Provides security interception of AspectJ method invocations. The ObjectDefinitionSource required
by this security interceptor is of type
MethodDefinitionSource . |
AspectJSecurityInterceptorTests.java | Class | Tests
AspectJSecurityInterceptor . |