Package org.springframework.security.access.intercept.aspectj
Enforces security for AspectJ
JointPoint
s, delegating secure object
callbacks to the calling aspect.-
Interface Summary Interface Description AspectJCallback Called by theAspectJMethodSecurityInterceptor
when it wishes for the AspectJ processing to continue. -
Class Summary Class Description AspectJMethodSecurityInterceptor AspectJJoinPoint
security interceptor which wraps theJoinPoint
in aMethodInvocation
adapter to make it compatible with security infrastructure classes which only supportMethodInvocation
s.MethodInvocationAdapter Decorates a JoinPoint to allow it to be used with method-security infrastructure classes which supportMethodInvocation
instances.