Spring Security Framework

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

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

Classes in org.springframework.security.intercept.method used by org.springframework.security.annotation
AbstractFallbackMethodDefinitionSource
          Abstract implementation of MethodDefinitionSource that supports both Spring AOP and AspectJ and caches configuration attribute resolution from: 1.
MethodDefinitionSource
          Interface for ObjectDefinitionSource implementations that are designed to perform lookups keyed on Methods.
 

Classes in org.springframework.security.intercept.method used by org.springframework.security.intercept.method
AbstractFallbackMethodDefinitionSource
          Abstract implementation of MethodDefinitionSource that supports both Spring AOP and AspectJ and caches configuration attribute resolution from: 1.
MapBasedMethodDefinitionSource
          Stores a ConfigAttributeDefinition for a method or class signature.
MethodDefinitionSource
          Interface for ObjectDefinitionSource implementations that are designed to perform lookups keyed on Methods.
 

Classes in org.springframework.security.intercept.method used by org.springframework.security.intercept.method.aopalliance
MethodDefinitionSource
          Interface for ObjectDefinitionSource implementations that are designed to perform lookups keyed on Methods.
 

Classes in org.springframework.security.intercept.method used by org.springframework.security.intercept.method.aspectj
MethodDefinitionSource
          Interface for ObjectDefinitionSource implementations that are designed to perform lookups keyed on Methods.
 


Spring Security Framework

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