Class MethodInvocationAdapter
java.lang.Object
org.springframework.security.access.intercept.aspectj.MethodInvocationAdapter
- All Implemented Interfaces:
 org.aopalliance.intercept.Invocation,org.aopalliance.intercept.Joinpoint,org.aopalliance.intercept.MethodInvocation
@Deprecated
public final class MethodInvocationAdapter
extends Object
implements org.aopalliance.intercept.MethodInvocation
Deprecated.
This class will be removed from the public API. See
 `JoinPointMethodInvocation` in `spring-security-aspects` for its replacement
Decorates a JoinPoint to allow it to be used with method-security infrastructure
 classes which support 
MethodInvocation instances.- Since:
 - 3.0.3
 
- 
Method Details
- 
getMethod
Deprecated.- Specified by:
 getMethodin interfaceorg.aopalliance.intercept.MethodInvocation
 - 
getArguments
Deprecated.- Specified by:
 getArgumentsin interfaceorg.aopalliance.intercept.Invocation
 - 
getStaticPart
Deprecated.- Specified by:
 getStaticPartin interfaceorg.aopalliance.intercept.Joinpoint
 - 
getThis
Deprecated.- Specified by:
 getThisin interfaceorg.aopalliance.intercept.Joinpoint
 - 
proceed
Deprecated.- Specified by:
 proceedin interfaceorg.aopalliance.intercept.Joinpoint- Throws:
 Throwable
 
 -