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

Packages that use org.springframework.security.access.method
org.springframework.security.access.annotation Support for JSR-250 and Spring Security @Secured annotations. 
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 SecurityMetadataSource implementations 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 @PostFilter annotations. 
 

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-2011 SpringSource, Inc. All Rights Reserved.