Spring Security Framework

Uses of Package
org.springframework.security.intercept

Packages that use org.springframework.security.intercept
org.springframework.security.annotation   
org.springframework.security.intercept Actually enforces the security and ties the whole security system together. 
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. 
 

Classes in org.springframework.security.intercept used by org.springframework.security.annotation
ObjectDefinitionSource
          Implemented by classes that store and can identify the ConfigAttributeDefinition that applies to a given secure object invocation.
 

Classes in org.springframework.security.intercept used by org.springframework.security.intercept
InterceptorStatusToken
          A return object received by AbstractSecurityInterceptor subclasses.
ObjectDefinitionSource
          Implemented by classes that store and can identify the ConfigAttributeDefinition that applies to a given secure object invocation.
 

Classes in org.springframework.security.intercept used by org.springframework.security.intercept.method
AbstractSecurityInterceptor
          Abstract class that implements security interception for secure objects.
ObjectDefinitionSource
          Implemented by classes that store and can identify the ConfigAttributeDefinition that applies to a given secure object invocation.
 

Classes in org.springframework.security.intercept used by org.springframework.security.intercept.method.aopalliance
AbstractSecurityInterceptor
          Abstract class that implements security interception for secure objects.
ObjectDefinitionSource
          Implemented by classes that store and can identify the ConfigAttributeDefinition that applies to a given secure object invocation.
 

Classes in org.springframework.security.intercept used by org.springframework.security.intercept.method.aspectj
AbstractSecurityInterceptor
          Abstract class that implements security interception for secure objects.
ObjectDefinitionSource
          Implemented by classes that store and can identify the ConfigAttributeDefinition that applies to a given secure object invocation.
 

Classes in org.springframework.security.intercept used by org.springframework.security.intercept.web
AbstractSecurityInterceptor
          Abstract class that implements security interception for secure objects.
ObjectDefinitionSource
          Implemented by classes that store and can identify the ConfigAttributeDefinition that applies to a given secure object invocation.
 


Spring Security Framework

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