Package org.springframework.security.access.intercept.aspectj

Enforces security for AspectJ JointPoints, delegating secure object callbacks to the calling aspect.

See:
          Description

Interface Summary
AspectJAnnotationCallback Deprecated.  
AspectJCallback Called by the AspectJSecurityInterceptor when it wishes for the AspectJ processing to continue.
 

Class Summary
AspectJAnnotationSecurityInterceptor Deprecated. Use AspectJMethodSecurityInterceptor instead
AspectJMethodSecurityInterceptor AspectJ JoinPoint security interceptor which wraps the JoinPoint in a MethodInvocation adapter to make it compatible with security infrastructure classes which only support MethodInvocations.
AspectJSecurityInterceptor Deprecated. Use AspectJMethodSecurityInterceptor instead
MethodInvocationAdapter Decorates a JoinPoint to allow it to be used with method-security infrastructure classes which support MethodInvocation instances.
 

Package org.springframework.security.access.intercept.aspectj Description

Enforces security for AspectJ JointPoints, delegating secure object callbacks to the calling aspect.