Package org.springframework.security.access.intercept.aspectj
package org.springframework.security.access.intercept.aspectj
Enforces security for AspectJ
JointPoint
s, delegating secure object
callbacks to the calling aspect.-
ClassDescriptionCalled by the
AspectJMethodSecurityInterceptor
when it wishes for the AspectJ processing to continue.AspectJJoinPoint
security interceptor which wraps theJoinPoint
in aMethodInvocation
adapter to make it compatible with security infrastructure classes which only supportMethodInvocation
s.Decorates a JoinPoint to allow it to be used with method-security infrastructure classes which supportMethodInvocation
instances.