package

org.springframework.security.access.intercept.aopalliance

Enforces security for AOP Alliance MethodInvocations, such as via Spring AOP.

Classes

MethodSecurityInterceptor Provides security interception of AOP Alliance based method invocations. 
MethodSecurityMetadataSourceAdvisor Advisor driven by a MethodSecurityMetadataSource, used to exclude a MethodSecurityInterceptor from public (non-secure) methods.