Uses of Class
org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor

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

Uses of MethodSecurityInterceptor in org.springframework.security.access.intercept.aspectj
 

Subclasses of MethodSecurityInterceptor in org.springframework.security.access.intercept.aspectj
 class 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.
 



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