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

Packages that use org.springframework.security.access.intercept
org.springframework.security.access.intercept Actually enforces the security and ties the whole security system together. 
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   
org.springframework.security.web.access.intercept Enforces 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-2009 SpringSource, Inc. All Rights Reserved.