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 Called by the AspectJAnnotationSecurityInterceptor when it wishes for the AspectJ processing to continue.
AspectJCallback Called by the AspectJSecurityInterceptor when it wishes for the AspectJ processing to continue.
 

Class Summary
AspectJAnnotationSecurityInterceptor AspectJ interceptor that supports @Aspect notation.
AspectJSecurityInterceptor Provides security interception of AspectJ method invocations.
 

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

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

Refer to the reference guide for information on usage.



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