Uses of Package
org.springframework.security.access.intercept

Packages that use org.springframework.security.access.intercept
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. 
 

Classes in org.springframework.security.access.intercept used by org.springframework.security.access.intercept
AbstractSecurityInterceptor
          Abstract class that implements security interception for secure objects.
AfterInvocationManager
          Reviews the Object returned from a secure object invocation, being able to modify the Object or throw an AccessDeniedException.
InterceptorStatusToken
          A return object received by AbstractSecurityInterceptor subclasses.
RunAsManager
          Creates a new temporary Authentication object for the current secure object invocation only.
 

Classes in org.springframework.security.access.intercept used by org.springframework.security.access.intercept.aopalliance
AbstractSecurityInterceptor
          Abstract class that implements security interception for secure objects.
 

Classes in org.springframework.security.access.intercept used by org.springframework.security.access.intercept.aspectj
AbstractSecurityInterceptor
          Abstract class that implements security interception for secure objects.
 

Classes in org.springframework.security.access.intercept used by org.springframework.security.web.access
AbstractSecurityInterceptor
          Abstract class that implements security interception for secure objects.
 

Classes in org.springframework.security.access.intercept used by org.springframework.security.web.access.intercept
AbstractSecurityInterceptor
          Abstract class that implements security interception for secure objects.
 



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