Package org.springframework.security.access.intercept.aopalliance
Enforces security for AOP Alliance
MethodInvocation
s, such as via Spring
AOP.-
Class Summary Class Description MethodSecurityInterceptor Provides security interception of AOP Alliance based method invocations.MethodSecurityMetadataSourceAdvisor Advisor driven by aMethodSecurityMetadataSource
, used to exclude aMethodInterceptor
from public (non-secure) methods.