| Home >> All >> org >> acegisecurity >> intercept >> method >> [ aspectj Javadoc ] |
org.acegisecurity.intercept.method.aspectj: Javadoc index of package org.acegisecurity.intercept.method.aspectj.
Package Samples:
org.acegisecurity.intercept.method.aspectj
Classes:
AspectJSecurityInterceptor: Provides security interception of AspectJ method invocations. The ObjectDefinitionSource required by this security interceptor is of type org.acegisecurity.intercept.method.MethodDefinitionSource . This is shared with the AOP Alliance based security interceptor ( MethodSecurityInterceptor ), since both work with Java Method s. The secure object type is org.aspectj.lang.JoinPoint , which is passed from the relevant around() advice. The around() advice also passes an anonymous implementation of AspectJCallback which contains the call for AspectJ to continue processing: return proceed(); . Refer to ...
AspectJCallback: Called by the AspectJSecurityInterceptor when it wishes for the AspectJ processing to continue. Typically implemented in the around() advice as a simple return proceed(); statement.
| Home | Contact Us | Privacy Policy | Terms of Service |