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:
getMethod
in interfaceorg.aopalliance.intercept.MethodInvocation
-
getArguments
Deprecated.- Specified by:
getArguments
in interfaceorg.aopalliance.intercept.Invocation
-
getStaticPart
Deprecated.- Specified by:
getStaticPart
in interfaceorg.aopalliance.intercept.Joinpoint
-
getThis
Deprecated.- Specified by:
getThis
in interfaceorg.aopalliance.intercept.Joinpoint
-
proceed
Deprecated.- Specified by:
proceed
in interfaceorg.aopalliance.intercept.Joinpoint
- Throws:
Throwable
-