Spring Security Framework

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

Packages that use AbstractSecurityInterceptor
org.springframework.security.intercept.method Provides support objects for securing Java method invocations via different AOP libraries. 
org.springframework.security.intercept.method.aopalliance Enforces security for AOP Alliance MethodInvocations, such as via Spring AOP. 
org.springframework.security.intercept.method.aspectj Enforces security for AspectJ JointPoints, delegating secure object callbacks to the calling aspect. 
org.springframework.security.intercept.web Enforces security for HTTP requests, typically by the URL requested. 
 

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

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

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

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

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

Subclasses of AbstractSecurityInterceptor in org.springframework.security.intercept.method.aspectj
 class AspectJAnnotationSecurityInterceptor
          AspectJ interceptor that supports @Aspect notation.
 class AspectJSecurityInterceptor
          Provides security interception of AspectJ method invocations.
 

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

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

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


Spring Security Framework

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