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

Packages that use org.springframework.security.access.method
org.springframework.security.access.annotation   
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.access.method Provides support objects for securing Java method invocations via different AOP libraries. 
org.springframework.security.access.prepost Contains the infrastructure classes for handling the @PreAuthorize, @PreFilter, @PostAuthorize and 
 

Classes in org.springframework.security.access.method used by org.springframework.security.access.annotation
AbstractFallbackMethodSecurityMetadataSource
          Abstract implementation of MethodSecurityMetadataSource that supports both Spring AOP and AspectJ and performs attribute resolution from: 1. specific target method; 2. target class; 3. declaring method; 4. declaring class/interface.
AbstractMethodSecurityMetadataSource
          Abstract implementation of MethodSecurityMetadataSource which resolves the secured object type to either a MethodInvocation or a JoinPoint.
MethodSecurityMetadataSource
          Interface for SecurityMetadataSource implementations that are designed to perform lookups keyed on Methods.
 

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

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

Classes in org.springframework.security.access.method used by org.springframework.security.access.method
AbstractFallbackMethodSecurityMetadataSource
          Abstract implementation of MethodSecurityMetadataSource that supports both Spring AOP and AspectJ and performs attribute resolution from: 1. specific target method; 2. target class; 3. declaring method; 4. declaring class/interface.
AbstractMethodSecurityMetadataSource
          Abstract implementation of MethodSecurityMetadataSource which resolves the secured object type to either a MethodInvocation or a JoinPoint.
MethodSecurityMetadataSource
          Interface for SecurityMetadataSource implementations that are designed to perform lookups keyed on Methods.
 

Classes in org.springframework.security.access.method used by org.springframework.security.access.prepost
AbstractMethodSecurityMetadataSource
          Abstract implementation of MethodSecurityMetadataSource which resolves the secured object type to either a MethodInvocation or a JoinPoint.
MethodSecurityMetadataSource
          Interface for SecurityMetadataSource implementations that are designed to perform lookups keyed on Methods.
 



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