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

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

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

Methods in org.springframework.security.access.intercept.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.
 



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