|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AspectJCallback | |
---|---|
org.springframework.security.access.intercept.aspectj | Enforces security for AspectJ JointPoint s, delegating secure object callbacks to the calling aspect. |
Uses of AspectJCallback in org.springframework.security.access.intercept.aspectj |
---|
Methods in org.springframework.security.access.intercept.aspectj with parameters of type AspectJCallback | |
---|---|
Object |
AspectJSecurityInterceptor.invoke(org.aspectj.lang.JoinPoint jp,
AspectJCallback advisorProceed)
Deprecated. This method should be used to enforce security on a JoinPoint . |
Object |
AspectJMethodSecurityInterceptor.invoke(org.aspectj.lang.JoinPoint jp,
AspectJCallback advisorProceed)
Method that is suitable for user with traditional AspectJ-code aspects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |