Uses of Package
org.acegisecurity.intercept

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

Classes in org.acegisecurity.intercept used by org.acegisecurity.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.acegisecurity.intercept used by org.acegisecurity.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.acegisecurity.intercept used by org.acegisecurity.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.acegisecurity.intercept used by org.acegisecurity.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.acegisecurity.intercept used by org.acegisecurity.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.
 



Copyright © 2004-2009 Interface21, Inc. All Rights Reserved.