Spring Security Framework

Uses of Interface
org.springframework.security.intercept.method.aspectj.AspectJAnnotationCallback

Packages that use AspectJAnnotationCallback
org.springframework.security.intercept.method.aspectj Enforces security for AspectJ JointPoints, delegating secure object callbacks to the calling aspect. 
 

Uses of AspectJAnnotationCallback in org.springframework.security.intercept.method.aspectj
 

Methods in org.springframework.security.intercept.method.aspectj with parameters of type AspectJAnnotationCallback
 Object AspectJAnnotationSecurityInterceptor.invoke(org.aspectj.lang.JoinPoint jp, AspectJAnnotationCallback advisorProceed)
          This method should be used to enforce security on a JoinPoint.
 


Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.