Package org.springframework.security.access.intercept.aopalliance
package org.springframework.security.access.intercept.aopalliance
Enforces security for AOP Alliance
MethodInvocation
s, such as via Spring
AOP.-
ClassDescriptionProvides security interception of AOP Alliance based method invocations.Advisor driven by a
MethodSecurityMetadataSource
, used to exclude aMethodInterceptor
from public (non-secure) methods.