Uses of Class
org.springframework.security.access.intercept.AbstractSecurityInterceptor

Packages that use AbstractSecurityInterceptor
org.springframework.security.access.intercept Abstract level security interception classes which are responsible for enforcing the configured security constraints for a secure object. 
org.springframework.security.access.intercept.aopalliance Enforces security for AOP Alliance MethodInvocations, such as via Spring AOP. 
org.springframework.security.access.intercept.aspectj Enforces security for AspectJ JointPoints, delegating secure object callbacks to the calling aspect. 
org.springframework.security.web.access Access-control related classes and packages. 
org.springframework.security.web.access.intercept Enforcement of security for HTTP requests, typically by the URL requested. 
 

Uses of AbstractSecurityInterceptor in org.springframework.security.access.intercept
 

Methods in org.springframework.security.access.intercept with parameters of type AbstractSecurityInterceptor
 void MethodInvocationPrivilegeEvaluator.setSecurityInterceptor(AbstractSecurityInterceptor securityInterceptor)
           
 

Uses of AbstractSecurityInterceptor in org.springframework.security.access.intercept.aopalliance
 

Subclasses of AbstractSecurityInterceptor in org.springframework.security.access.intercept.aopalliance
 class MethodSecurityInterceptor
          Provides security interception of AOP Alliance based method invocations.
 

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

Subclasses of AbstractSecurityInterceptor in org.springframework.security.access.intercept.aspectj
 class AspectJAnnotationSecurityInterceptor
          Deprecated. Use AspectJMethodSecurityInterceptor instead
 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.
 class AspectJSecurityInterceptor
          Deprecated. Use AspectJMethodSecurityInterceptor instead
 

Uses of AbstractSecurityInterceptor in org.springframework.security.web.access
 

Constructors in org.springframework.security.web.access with parameters of type AbstractSecurityInterceptor
DefaultWebInvocationPrivilegeEvaluator(AbstractSecurityInterceptor securityInterceptor)
           
 

Uses of AbstractSecurityInterceptor in org.springframework.security.web.access.intercept
 

Subclasses of AbstractSecurityInterceptor in org.springframework.security.web.access.intercept
 class FilterSecurityInterceptor
          Performs security handling of HTTP resources via a filter implementation.
 



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