Spring Security Framework

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

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

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

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


Spring Security Framework

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